PostgreSQL Source Code
git master
|
#include <pgstat.h>
Data Fields | |
PgStat_Counter | wal_records |
PgStat_Counter | wal_fpi |
uint64 | wal_bytes |
PgStat_Counter | wal_buffers_full |
TimestampTz | stat_reset_timestamp |
TimestampTz PgStat_WalStats::stat_reset_timestamp |
Definition at line 842 of file pgstat.h.
Referenced by pg_stat_get_wal(), pgstat_read_statsfiles(), and pgstat_recv_resetsharedcounter().
PgStat_Counter PgStat_WalStats::wal_buffers_full |
Definition at line 841 of file pgstat.h.
Referenced by pg_stat_get_wal(), and pgstat_recv_wal().
uint64 PgStat_WalStats::wal_bytes |
Definition at line 840 of file pgstat.h.
Referenced by pg_stat_get_wal(), and pgstat_recv_wal().
PgStat_Counter PgStat_WalStats::wal_fpi |
Definition at line 839 of file pgstat.h.
Referenced by pg_stat_get_wal(), and pgstat_recv_wal().
PgStat_Counter PgStat_WalStats::wal_records |
Definition at line 838 of file pgstat.h.
Referenced by pg_stat_get_wal(), and pgstat_recv_wal().