|
PostgreSQL Source Code git master
|
#include <pgstat.h>
Data Fields | |
| PgStat_WalCounters | wal_counters |
| TimestampTz | stat_reset_timestamp |
| TimestampTz PgStat_WalStats::stat_reset_timestamp |
Definition at line 492 of file pgstat.h.
Referenced by pg_stat_get_wal(), and pgstat_wal_reset_all_cb().
| PgStat_WalCounters PgStat_WalStats::wal_counters |
Definition at line 491 of file pgstat.h.
Referenced by pg_stat_get_wal().