PostgreSQL Source Code  git master
PgStat_CheckpointerStats Struct Reference

#include <pgstat.h>

Data Fields

PgStat_Counter num_timed
 
PgStat_Counter num_requested
 
PgStat_Counter restartpoints_timed
 
PgStat_Counter restartpoints_requested
 
PgStat_Counter restartpoints_performed
 
PgStat_Counter write_time
 
PgStat_Counter sync_time
 
PgStat_Counter buffers_written
 
TimestampTz stat_reset_timestamp
 

Detailed Description

Definition at line 261 of file pgstat.h.

Field Documentation

◆ buffers_written

PgStat_Counter PgStat_CheckpointerStats::buffers_written

Definition at line 270 of file pgstat.h.

Referenced by BufferSync().

◆ num_requested

PgStat_Counter PgStat_CheckpointerStats::num_requested

Definition at line 264 of file pgstat.h.

Referenced by CheckpointerMain(), and HandleCheckpointerInterrupts().

◆ num_timed

PgStat_Counter PgStat_CheckpointerStats::num_timed

Definition at line 263 of file pgstat.h.

Referenced by CheckpointerMain().

◆ restartpoints_performed

PgStat_Counter PgStat_CheckpointerStats::restartpoints_performed

Definition at line 267 of file pgstat.h.

Referenced by CheckpointerMain().

◆ restartpoints_requested

PgStat_Counter PgStat_CheckpointerStats::restartpoints_requested

Definition at line 266 of file pgstat.h.

Referenced by CheckpointerMain().

◆ restartpoints_timed

PgStat_Counter PgStat_CheckpointerStats::restartpoints_timed

Definition at line 265 of file pgstat.h.

Referenced by CheckpointerMain().

◆ stat_reset_timestamp

TimestampTz PgStat_CheckpointerStats::stat_reset_timestamp

Definition at line 271 of file pgstat.h.

Referenced by pgstat_checkpointer_reset_all_cb().

◆ sync_time

PgStat_Counter PgStat_CheckpointerStats::sync_time

Definition at line 269 of file pgstat.h.

Referenced by LogCheckpointEnd().

◆ write_time

PgStat_Counter PgStat_CheckpointerStats::write_time

Definition at line 268 of file pgstat.h.

Referenced by LogCheckpointEnd().


The documentation for this struct was generated from the following file: