PostgreSQL Source Code  git master
PgStat_CheckpointerStats Struct Reference

#include <pgstat.h>

Data Fields

PgStat_Counter timed_checkpoints
 
PgStat_Counter requested_checkpoints
 
PgStat_Counter checkpoint_write_time
 
PgStat_Counter checkpoint_sync_time
 
PgStat_Counter buf_written_checkpoints
 
PgStat_Counter buf_written_backend
 
PgStat_Counter buf_fsync_backend
 

Detailed Description

Definition at line 261 of file pgstat.h.

Field Documentation

◆ buf_fsync_backend

PgStat_Counter PgStat_CheckpointerStats::buf_fsync_backend

Definition at line 269 of file pgstat.h.

Referenced by AbsorbSyncRequests().

◆ buf_written_backend

PgStat_Counter PgStat_CheckpointerStats::buf_written_backend

Definition at line 268 of file pgstat.h.

Referenced by AbsorbSyncRequests().

◆ buf_written_checkpoints

PgStat_Counter PgStat_CheckpointerStats::buf_written_checkpoints

Definition at line 267 of file pgstat.h.

Referenced by BufferSync().

◆ checkpoint_sync_time

PgStat_Counter PgStat_CheckpointerStats::checkpoint_sync_time

Definition at line 266 of file pgstat.h.

Referenced by LogCheckpointEnd().

◆ checkpoint_write_time

PgStat_Counter PgStat_CheckpointerStats::checkpoint_write_time

Definition at line 265 of file pgstat.h.

Referenced by LogCheckpointEnd().

◆ requested_checkpoints

PgStat_Counter PgStat_CheckpointerStats::requested_checkpoints

Definition at line 264 of file pgstat.h.

Referenced by CheckpointerMain(), and HandleCheckpointerInterrupts().

◆ timed_checkpoints

PgStat_Counter PgStat_CheckpointerStats::timed_checkpoints

Definition at line 263 of file pgstat.h.

Referenced by CheckpointerMain().


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