PostgreSQL Source Code  git master
SummarizerReadLocalXLogPrivate Struct Reference

Data Fields

TimeLineID tli
 
bool historic
 
XLogRecPtr read_upto
 
bool end_of_wal
 

Detailed Description

Definition at line 98 of file walsummarizer.c.

Field Documentation

◆ end_of_wal

bool SummarizerReadLocalXLogPrivate::end_of_wal

Definition at line 103 of file walsummarizer.c.

Referenced by summarizer_read_local_xlog_page(), and SummarizeWAL().

◆ historic

bool SummarizerReadLocalXLogPrivate::historic

Definition at line 101 of file walsummarizer.c.

Referenced by summarizer_read_local_xlog_page(), and SummarizeWAL().

◆ read_upto

XLogRecPtr SummarizerReadLocalXLogPrivate::read_upto

Definition at line 102 of file walsummarizer.c.

Referenced by summarizer_read_local_xlog_page(), and SummarizeWAL().

◆ tli

TimeLineID SummarizerReadLocalXLogPrivate::tli

Definition at line 100 of file walsummarizer.c.

Referenced by summarizer_read_local_xlog_page(), and SummarizeWAL().


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