PostgreSQL Source Code
git master
|
#include <pgstat.h>
TimestampTz PgStat_WalStats::stat_reset_timestamp |
Definition at line 395 of file pgstat.h.
Referenced by pg_stat_get_wal(), and pgstat_wal_reset_all_cb().
PgStat_Counter PgStat_WalStats::wal_buffers_full |
Definition at line 390 of file pgstat.h.
Referenced by AdvanceXLInsertBuffer(), and pg_stat_get_wal().
uint64 PgStat_WalStats::wal_bytes |
Definition at line 389 of file pgstat.h.
Referenced by pg_stat_get_wal(), and pgstat_flush_wal().
PgStat_Counter PgStat_WalStats::wal_fpi |
Definition at line 388 of file pgstat.h.
Referenced by pg_stat_get_wal(), and pgstat_flush_wal().
PgStat_Counter PgStat_WalStats::wal_records |
Definition at line 387 of file pgstat.h.
Referenced by pg_stat_get_wal(), and pgstat_flush_wal().
PgStat_Counter PgStat_WalStats::wal_sync |
Definition at line 392 of file pgstat.h.
Referenced by issue_xlog_fsync(), pg_stat_get_wal(), and pgstat_have_pending_wal().
PgStat_Counter PgStat_WalStats::wal_sync_time |
Definition at line 394 of file pgstat.h.
Referenced by issue_xlog_fsync(), and pg_stat_get_wal().
PgStat_Counter PgStat_WalStats::wal_write |
Definition at line 391 of file pgstat.h.
Referenced by pg_stat_get_wal(), pgstat_have_pending_wal(), and XLogWrite().
PgStat_Counter PgStat_WalStats::wal_write_time |
Definition at line 393 of file pgstat.h.
Referenced by pg_stat_get_wal(), and XLogWrite().