PostgreSQL Source Code  git master
XLogRecStats Struct Reference

#include <xlogstats.h>

Data Fields

uint64 count
 
uint64 rec_len
 
uint64 fpi_len
 

Detailed Description

Definition at line 21 of file xlogstats.h.

Field Documentation

◆ count

uint64 XLogRecStats::count

Definition at line 23 of file xlogstats.h.

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

◆ fpi_len

uint64 XLogRecStats::fpi_len

Definition at line 25 of file xlogstats.h.

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

◆ rec_len

uint64 XLogRecStats::rec_len

Definition at line 24 of file xlogstats.h.

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


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