PostgreSQL Source Code git master
|
#include <xlogstats.h>
Data Fields | |
uint64 | count |
XLogRecStats | rmgr_stats [RM_MAX_ID+1] |
XLogRecStats | record_stats [RM_MAX_ID+1][MAX_XLINFO_TYPES] |
Definition at line 28 of file xlogstats.h.
uint64 XLogStats::count |
Definition at line 30 of file xlogstats.h.
Referenced by XLogDumpDisplayStats(), and XLogRecStoreStats().
XLogRecStats XLogStats::record_stats[RM_MAX_ID+1][MAX_XLINFO_TYPES] |
Definition at line 36 of file xlogstats.h.
Referenced by GetXLogSummaryStats(), XLogDumpDisplayStats(), and XLogRecStoreStats().
XLogRecStats XLogStats::rmgr_stats[RM_MAX_ID+1] |
Definition at line 35 of file xlogstats.h.
Referenced by GetXLogSummaryStats(), XLogDumpDisplayStats(), and XLogRecStoreStats().