PostgreSQL Source Code: PgStat_Snapshot Struct Reference (original) (raw)
#include <[pgstat_internal.h](pgstat%5F%5Finternal%5F8h%5Fsource.html)>
Data Fields | |
---|---|
PgStat_FetchConsistency | mode |
TimestampTz | snapshot_timestamp |
bool | fixed_valid [PGSTAT_KIND_BUILTIN_SIZE] |
PgStat_ArchiverStats | archiver |
PgStat_BgWriterStats | bgwriter |
PgStat_CheckpointerStats | checkpointer |
PgStat_IO | io |
PgStat_SLRUStats | slru [SLRU_NUM_ELEMENTS] |
PgStat_WalStats | wal |
bool | custom_valid [PGSTAT_KIND_CUSTOM_SIZE] |
void * | custom_data [PGSTAT_KIND_CUSTOM_SIZE] |
MemoryContext | context |
struct pgstat_snapshot_hash * | stats |
Definition at line 517 of file pgstat_internal.h.
◆ archiver
◆ bgwriter
◆ checkpointer
◆ context
◆ custom_data
◆ custom_valid
◆ fixed_valid
◆ io
◆ mode
◆ slru
◆ snapshot_timestamp
◆ stats
struct pgstat_snapshot_hash* PgStat_Snapshot::stats
◆ wal
The documentation for this struct was generated from the following file:
- src/include/utils/pgstat_internal.h