PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PgStat_WalCounters Struct Reference

#include <pgstat.h>

Data Fields

PgStat_Counter wal_records
 
PgStat_Counter wal_fpi
 
uint64 wal_bytes
 
PgStat_Counter wal_buffers_full
 

Detailed Description

Definition at line 466 of file pgstat.h.

Field Documentation

◆ wal_buffers_full

PgStat_Counter PgStat_WalCounters::wal_buffers_full

Definition at line 471 of file pgstat.h.

Referenced by pg_stat_wal_build_tuple().

◆ wal_bytes

uint64 PgStat_WalCounters::wal_bytes

Definition at line 470 of file pgstat.h.

Referenced by pg_stat_wal_build_tuple().

◆ wal_fpi

PgStat_Counter PgStat_WalCounters::wal_fpi

Definition at line 469 of file pgstat.h.

Referenced by pg_stat_wal_build_tuple().

◆ wal_records

PgStat_Counter PgStat_WalCounters::wal_records

Definition at line 468 of file pgstat.h.

Referenced by pg_stat_wal_build_tuple().


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