PostgreSQL Source Code  git master
PgStat_BgWriterStats Struct Reference

#include <pgstat.h>

Data Fields

PgStat_Counter buf_written_clean
 
PgStat_Counter maxwritten_clean
 
PgStat_Counter buf_alloc
 
TimestampTz stat_reset_timestamp
 

Detailed Description

Definition at line 253 of file pgstat.h.

Field Documentation

◆ buf_alloc

PgStat_Counter PgStat_BgWriterStats::buf_alloc

Definition at line 257 of file pgstat.h.

Referenced by BgBufferSync().

◆ buf_written_clean

PgStat_Counter PgStat_BgWriterStats::buf_written_clean

Definition at line 255 of file pgstat.h.

Referenced by BgBufferSync().

◆ maxwritten_clean

PgStat_Counter PgStat_BgWriterStats::maxwritten_clean

Definition at line 256 of file pgstat.h.

Referenced by BgBufferSync().

◆ stat_reset_timestamp

TimestampTz PgStat_BgWriterStats::stat_reset_timestamp

Definition at line 258 of file pgstat.h.

Referenced by pgstat_bgwriter_reset_all_cb().


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