|
PostgreSQL Source Code git master
|
#include <timeline.h>
Data Fields | |
| TimeLineID | tli |
| XLogRecPtr | begin |
| XLogRecPtr | end |
Definition at line 25 of file timeline.h.
| XLogRecPtr TimeLineHistoryEntry::begin |
Definition at line 28 of file timeline.h.
Referenced by AddWALInfoToBackupManifest(), getTimelineHistory(), PrepareForIncrementalBackup(), readTimeLineHistory(), rewind_parseTimeLineHistory(), SimpleXLogPageRead(), tliOfPointInHistory(), and XLogFileReadAnyTLI().
| XLogRecPtr TimeLineHistoryEntry::end |
Definition at line 29 of file timeline.h.
Referenced by AddWALInfoToBackupManifest(), getTimelineHistory(), PrepareForIncrementalBackup(), readTimeLineHistory(), rescanLatestTimeLine(), rewind_parseTimeLineHistory(), SimpleXLogPageRead(), tliOfPointInHistory(), and tliSwitchPoint().
| TimeLineID TimeLineHistoryEntry::tli |
Definition at line 27 of file timeline.h.
Referenced by AddWALInfoToBackupManifest(), GetOldestUnsummarizedLSN(), getTimelineHistory(), PrepareForIncrementalBackup(), readTimeLineHistory(), rescanLatestTimeLine(), rewind_parseTimeLineHistory(), SimpleXLogPageRead(), tliOfPointInHistory(), tliSwitchPoint(), and XLogFileReadAnyTLI().