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

#include <pgstat.h>

Data Fields

TimestampTz stat_reset_timestamp
 
PgStat_BktypeIO io_stats
 
PgStat_WalCounters wal_counters
 

Detailed Description

Definition at line 488 of file pgstat.h.

Field Documentation

◆ io_stats

PgStat_BktypeIO PgStat_Backend::io_stats

Definition at line 491 of file pgstat.h.

Referenced by pg_stat_get_backend_io(), and pgstat_flush_backend_entry_io().

◆ stat_reset_timestamp

TimestampTz PgStat_Backend::stat_reset_timestamp

Definition at line 490 of file pgstat.h.

Referenced by pg_stat_get_backend_io(), and pg_stat_get_backend_wal().

◆ wal_counters

PgStat_WalCounters PgStat_Backend::wal_counters

Definition at line 492 of file pgstat.h.

Referenced by pg_stat_get_backend_wal(), and pgstat_flush_backend_entry_wal().


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