PostgreSQL Source Code git master
|
#include <pgstat.h>
Data Fields | |
PgStat_Counter | wal_buffers_full |
PgStat_Counter | wal_write |
PgStat_Counter | wal_sync |
instr_time | wal_write_time |
instr_time | wal_sync_time |
PgStat_Counter PgStat_PendingWalStats::wal_buffers_full |
Definition at line 519 of file pgstat.h.
Referenced by AdvanceXLInsertBuffer().
PgStat_Counter PgStat_PendingWalStats::wal_sync |
Definition at line 521 of file pgstat.h.
Referenced by issue_xlog_fsync(), and pgstat_wal_have_pending_cb().
instr_time PgStat_PendingWalStats::wal_sync_time |
Definition at line 523 of file pgstat.h.
Referenced by issue_xlog_fsync().
PgStat_Counter PgStat_PendingWalStats::wal_write |
Definition at line 520 of file pgstat.h.
Referenced by pgstat_wal_have_pending_cb(), and XLogWrite().
instr_time PgStat_PendingWalStats::wal_write_time |
Definition at line 522 of file pgstat.h.
Referenced by XLogWrite().