PostgreSQL Source Code
git master
|
Data Fields | |
TimeLineID | tli |
bool | historic |
XLogRecPtr | read_upto |
bool | end_of_wal |
Definition at line 98 of file walsummarizer.c.
bool SummarizerReadLocalXLogPrivate::end_of_wal |
Definition at line 103 of file walsummarizer.c.
Referenced by summarizer_read_local_xlog_page(), and SummarizeWAL().
bool SummarizerReadLocalXLogPrivate::historic |
Definition at line 101 of file walsummarizer.c.
Referenced by summarizer_read_local_xlog_page(), and SummarizeWAL().
XLogRecPtr SummarizerReadLocalXLogPrivate::read_upto |
Definition at line 102 of file walsummarizer.c.
Referenced by summarizer_read_local_xlog_page(), and SummarizeWAL().
TimeLineID SummarizerReadLocalXLogPrivate::tli |
Definition at line 100 of file walsummarizer.c.
Referenced by summarizer_read_local_xlog_page(), and SummarizeWAL().