PostgreSQL Source Code  git master
PgStat_PendingWalStats Struct Reference

#include <pgstat.h>

Data Fields

PgStat_Counter wal_buffers_full
 
PgStat_Counter wal_write
 
PgStat_Counter wal_sync
 
instr_time wal_write_time
 
instr_time wal_sync_time
 

Detailed Description

Definition at line 450 of file pgstat.h.

Field Documentation

◆ wal_buffers_full

PgStat_Counter PgStat_PendingWalStats::wal_buffers_full

Definition at line 452 of file pgstat.h.

Referenced by AdvanceXLInsertBuffer().

◆ wal_sync

PgStat_Counter PgStat_PendingWalStats::wal_sync

Definition at line 454 of file pgstat.h.

Referenced by issue_xlog_fsync(), and pgstat_have_pending_wal().

◆ wal_sync_time

instr_time PgStat_PendingWalStats::wal_sync_time

Definition at line 456 of file pgstat.h.

Referenced by issue_xlog_fsync().

◆ wal_write

PgStat_Counter PgStat_PendingWalStats::wal_write

Definition at line 453 of file pgstat.h.

Referenced by pgstat_have_pending_wal(), and XLogWrite().

◆ wal_write_time

instr_time PgStat_PendingWalStats::wal_write_time

Definition at line 455 of file pgstat.h.

Referenced by XLogWrite().


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