PostgreSQL Source Code
git master
|
#include <pgstat.h>
PgStat_Counter PgStat_CheckpointerStats::buf_fsync_backend |
Definition at line 269 of file pgstat.h.
Referenced by AbsorbSyncRequests().
PgStat_Counter PgStat_CheckpointerStats::buf_written_backend |
Definition at line 268 of file pgstat.h.
Referenced by AbsorbSyncRequests().
PgStat_Counter PgStat_CheckpointerStats::buf_written_checkpoints |
Definition at line 267 of file pgstat.h.
Referenced by BufferSync().
PgStat_Counter PgStat_CheckpointerStats::checkpoint_sync_time |
Definition at line 266 of file pgstat.h.
Referenced by LogCheckpointEnd().
PgStat_Counter PgStat_CheckpointerStats::checkpoint_write_time |
Definition at line 265 of file pgstat.h.
Referenced by LogCheckpointEnd().
PgStat_Counter PgStat_CheckpointerStats::requested_checkpoints |
Definition at line 264 of file pgstat.h.
Referenced by CheckpointerMain(), and HandleCheckpointerInterrupts().
PgStat_Counter PgStat_CheckpointerStats::timed_checkpoints |
Definition at line 263 of file pgstat.h.
Referenced by CheckpointerMain().