PostgreSQL Source Code
git master
|
#include <pgstat.h>
PgStat_Counter PgStat_CheckpointerStats::buffers_written |
Definition at line 318 of file pgstat.h.
Referenced by BufferSync().
PgStat_Counter PgStat_CheckpointerStats::num_performed |
Definition at line 312 of file pgstat.h.
Referenced by CheckpointerMain().
PgStat_Counter PgStat_CheckpointerStats::num_requested |
Definition at line 311 of file pgstat.h.
Referenced by CheckpointerMain(), and HandleCheckpointerInterrupts().
PgStat_Counter PgStat_CheckpointerStats::num_timed |
Definition at line 310 of file pgstat.h.
Referenced by CheckpointerMain().
PgStat_Counter PgStat_CheckpointerStats::restartpoints_performed |
Definition at line 315 of file pgstat.h.
Referenced by CheckpointerMain().
PgStat_Counter PgStat_CheckpointerStats::restartpoints_requested |
Definition at line 314 of file pgstat.h.
Referenced by CheckpointerMain().
PgStat_Counter PgStat_CheckpointerStats::restartpoints_timed |
Definition at line 313 of file pgstat.h.
Referenced by CheckpointerMain().
PgStat_Counter PgStat_CheckpointerStats::slru_written |
Definition at line 319 of file pgstat.h.
Referenced by SlruInternalWritePage().
TimestampTz PgStat_CheckpointerStats::stat_reset_timestamp |
Definition at line 320 of file pgstat.h.
Referenced by pgstat_checkpointer_reset_all_cb().
PgStat_Counter PgStat_CheckpointerStats::sync_time |
Definition at line 317 of file pgstat.h.
Referenced by LogCheckpointEnd().
PgStat_Counter PgStat_CheckpointerStats::write_time |
Definition at line 316 of file pgstat.h.
Referenced by LogCheckpointEnd().