PostgreSQL Source Code
git master
|
#include <pgstat.h>
PgStat_Counter PgStat_CheckpointerStats::buf_fsync_backend |
Definition at line 276 of file pgstat.h.
Referenced by AbsorbSyncRequests().
PgStat_Counter PgStat_CheckpointerStats::buf_written_backend |
Definition at line 275 of file pgstat.h.
Referenced by AbsorbSyncRequests().
PgStat_Counter PgStat_CheckpointerStats::buf_written_checkpoints |
Definition at line 274 of file pgstat.h.
Referenced by BufferSync().
PgStat_Counter PgStat_CheckpointerStats::checkpoint_sync_time |
Definition at line 273 of file pgstat.h.
Referenced by LogCheckpointEnd().
PgStat_Counter PgStat_CheckpointerStats::checkpoint_write_time |
Definition at line 272 of file pgstat.h.
Referenced by LogCheckpointEnd().
PgStat_Counter PgStat_CheckpointerStats::requested_checkpoints |
Definition at line 271 of file pgstat.h.
Referenced by CheckpointerMain(), and HandleCheckpointerInterrupts().
PgStat_Counter PgStat_CheckpointerStats::timed_checkpoints |
Definition at line 270 of file pgstat.h.
Referenced by CheckpointerMain().