PostgreSQL Source Code
git master
|
#include <instrument.h>
Data Fields | |
long | wal_records |
long | wal_fpi |
uint64 | wal_bytes |
Definition at line 35 of file instrument.h.
uint64 WalUsage::wal_bytes |
Definition at line 39 of file instrument.h.
Referenced by heap_vacuum_rel(), pgss_store(), pgstat_report_wal(), show_wal_usage(), WalUsageAccumDiff(), WalUsageAdd(), and XLogInsertRecord().
long WalUsage::wal_fpi |
Definition at line 38 of file instrument.h.
Referenced by heap_vacuum_rel(), pgss_store(), pgstat_report_wal(), show_wal_usage(), WalUsageAccumDiff(), WalUsageAdd(), and XLogInsertRecord().
long WalUsage::wal_records |
Definition at line 37 of file instrument.h.
Referenced by heap_vacuum_rel(), pgss_store(), pgstat_report_wal(), show_wal_usage(), WalUsageAccumDiff(), WalUsageAdd(), and XLogInsertRecord().