|
PostgreSQL Source Code git master
|
#include <pgstat.h>
Data Fields | |
| TimestampTz | stat_reset_timestamp |
| PgStat_BktypeIO | io_stats |
| PgStat_WalCounters | wal_counters |
| PgStat_BktypeIO PgStat_Backend::io_stats |
Definition at line 502 of file pgstat.h.
Referenced by pg_stat_get_backend_io(), and pgstat_flush_backend_entry_io().
| TimestampTz PgStat_Backend::stat_reset_timestamp |
Definition at line 501 of file pgstat.h.
Referenced by pg_stat_get_backend_io(), and pg_stat_get_backend_wal().
| PgStat_WalCounters PgStat_Backend::wal_counters |
Definition at line 503 of file pgstat.h.
Referenced by pg_stat_get_backend_wal(), and pgstat_flush_backend_entry_wal().