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

#include <pgstat.h>

Data Fields

PgStat_WalCounters wal_counters
 
TimestampTz stat_reset_timestamp
 

Detailed Description

Definition at line 478 of file pgstat.h.

Field Documentation

◆ stat_reset_timestamp

TimestampTz PgStat_WalStats::stat_reset_timestamp

Definition at line 481 of file pgstat.h.

Referenced by pg_stat_get_wal(), and pgstat_wal_reset_all_cb().

◆ wal_counters

PgStat_WalCounters PgStat_WalStats::wal_counters

Definition at line 480 of file pgstat.h.

Referenced by pg_stat_get_wal().


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