|
PostgreSQL Source Code git master
|
#include <pgstat.h>
Data Fields | |
| PgStat_Counter | wal_records |
| PgStat_Counter | wal_fpi |
| uint64 | wal_bytes |
| uint64 | wal_fpi_bytes |
| PgStat_Counter | wal_buffers_full |
| PgStat_Counter PgStat_WalCounters::wal_buffers_full |
Definition at line 482 of file pgstat.h.
Referenced by pg_stat_wal_build_tuple().
| uint64 PgStat_WalCounters::wal_bytes |
Definition at line 480 of file pgstat.h.
Referenced by pg_stat_wal_build_tuple().
| PgStat_Counter PgStat_WalCounters::wal_fpi |
Definition at line 479 of file pgstat.h.
Referenced by pg_stat_wal_build_tuple().
| uint64 PgStat_WalCounters::wal_fpi_bytes |
Definition at line 481 of file pgstat.h.
Referenced by pg_stat_wal_build_tuple().
| PgStat_Counter PgStat_WalCounters::wal_records |
Definition at line 478 of file pgstat.h.
Referenced by pg_stat_wal_build_tuple().