PostgreSQL Source Code  git master
XLogStats Struct Reference

#include <xlogstats.h>

Data Fields

uint64 count
 
XLogRecStats rmgr_stats [RM_MAX_ID+1]
 
XLogRecStats record_stats [RM_MAX_ID+1][MAX_XLINFO_TYPES]
 

Detailed Description

Definition at line 28 of file xlogstats.h.

Field Documentation

◆ count

uint64 XLogStats::count

Definition at line 30 of file xlogstats.h.

Referenced by XLogDumpDisplayStats(), and XLogRecStoreStats().

◆ record_stats

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().

◆ rmgr_stats

XLogRecStats XLogStats::rmgr_stats[RM_MAX_ID+1]

Definition at line 35 of file xlogstats.h.

Referenced by GetXLogSummaryStats(), XLogDumpDisplayStats(), and XLogRecStoreStats().


The documentation for this struct was generated from the following file: