|
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(), readTimeLineHistory(), rewind_parseTimeLineHistory(), and SimpleXLogPageRead().
| XLogRecPtr TimeLineHistoryEntry::end |
Definition at line 29 of file timeline.h.
Referenced by AddWALInfoToBackupManifest(), getTimelineHistory(), readTimeLineHistory(), rewind_parseTimeLineHistory(), SimpleXLogPageRead(), and tliSwitchPoint().
| TimeLineID TimeLineHistoryEntry::tli |
Definition at line 27 of file timeline.h.
Referenced by AddWALInfoToBackupManifest(), getTimelineHistory(), readTimeLineHistory(), rewind_parseTimeLineHistory(), SimpleXLogPageRead(), tliOfPointInHistory(), and XLogFileReadAnyTLI().