PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 517 of file pgstat.h.

Field Documentation

◆ wal_buffers_full

PgStat_Counter PgStat_PendingWalStats::wal_buffers_full

Definition at line 519 of file pgstat.h.

Referenced by AdvanceXLInsertBuffer().

◆ wal_sync

PgStat_Counter PgStat_PendingWalStats::wal_sync

Definition at line 521 of file pgstat.h.

Referenced by issue_xlog_fsync(), and pgstat_wal_have_pending_cb().

◆ wal_sync_time

instr_time PgStat_PendingWalStats::wal_sync_time

Definition at line 523 of file pgstat.h.

Referenced by issue_xlog_fsync().

◆ wal_write

PgStat_Counter PgStat_PendingWalStats::wal_write

Definition at line 520 of file pgstat.h.

Referenced by pgstat_wal_have_pending_cb(), and XLogWrite().

◆ wal_write_time

instr_time PgStat_PendingWalStats::wal_write_time

Definition at line 522 of file pgstat.h.

Referenced by XLogWrite().


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