PostgreSQL Source Code git master
|
#include <pgstat.h>
PgStat_Counter PgStat_CheckpointerStats::buffers_written |
Definition at line 263 of file pgstat.h.
Referenced by BufferSync().
PgStat_Counter PgStat_CheckpointerStats::num_performed |
Definition at line 257 of file pgstat.h.
Referenced by CheckpointerMain().
PgStat_Counter PgStat_CheckpointerStats::num_requested |
Definition at line 256 of file pgstat.h.
Referenced by CheckpointerMain().
PgStat_Counter PgStat_CheckpointerStats::num_timed |
Definition at line 255 of file pgstat.h.
Referenced by CheckpointerMain().
PgStat_Counter PgStat_CheckpointerStats::restartpoints_performed |
Definition at line 260 of file pgstat.h.
Referenced by CheckpointerMain().
PgStat_Counter PgStat_CheckpointerStats::restartpoints_requested |
Definition at line 259 of file pgstat.h.
Referenced by CheckpointerMain().
PgStat_Counter PgStat_CheckpointerStats::restartpoints_timed |
Definition at line 258 of file pgstat.h.
Referenced by CheckpointerMain().
PgStat_Counter PgStat_CheckpointerStats::slru_written |
Definition at line 264 of file pgstat.h.
Referenced by SlruInternalWritePage().
TimestampTz PgStat_CheckpointerStats::stat_reset_timestamp |
Definition at line 265 of file pgstat.h.
Referenced by pgstat_checkpointer_reset_all_cb().
PgStat_Counter PgStat_CheckpointerStats::sync_time |
Definition at line 262 of file pgstat.h.
Referenced by LogCheckpointEnd().
PgStat_Counter PgStat_CheckpointerStats::write_time |
Definition at line 261 of file pgstat.h.
Referenced by LogCheckpointEnd().