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 450 of file pgstat.h.
Referenced by AdvanceXLInsertBuffer().
PgStat_Counter PgStat_PendingWalStats::wal_sync |
Definition at line 452 of file pgstat.h.
Referenced by issue_xlog_fsync(), and pgstat_have_pending_wal().
instr_time PgStat_PendingWalStats::wal_sync_time |
Definition at line 454 of file pgstat.h.
Referenced by issue_xlog_fsync().
PgStat_Counter PgStat_PendingWalStats::wal_write |
Definition at line 451 of file pgstat.h.
Referenced by pgstat_have_pending_wal(), and XLogWrite().
instr_time PgStat_PendingWalStats::wal_write_time |
Definition at line 453 of file pgstat.h.
Referenced by XLogWrite().