PostgreSQL Source Code
git master
|
#include <xlogstats.h>
Data Fields | |
uint64 | count |
uint64 | rec_len |
uint64 | fpi_len |
Definition at line 21 of file xlogstats.h.
uint64 XLogRecStats::count |
Definition at line 23 of file xlogstats.h.
Referenced by GetXLogSummaryStats(), XLogDumpDisplayStats(), and XLogRecStoreStats().
uint64 XLogRecStats::fpi_len |
Definition at line 25 of file xlogstats.h.
Referenced by GetXLogSummaryStats(), XLogDumpDisplayStats(), and XLogRecStoreStats().
uint64 XLogRecStats::rec_len |
Definition at line 24 of file xlogstats.h.
Referenced by GetXLogSummaryStats(), XLogDumpDisplayStats(), and XLogRecStoreStats().