|
PostgreSQL Source Code git master
|
#include <xlogreader.h>
Data Fields | |
| int | ws_file |
| XLogSegNo | ws_segno |
| TimeLineID | ws_tli |
Definition at line 45 of file xlogreader.h.
| int WALOpenSegment::ws_file |
Definition at line 47 of file xlogreader.h.
Referenced by WALOpenSegmentInit(), WalSndErrorCleanup(), and XLogSendPhysical().
| XLogSegNo WALOpenSegment::ws_segno |
Definition at line 48 of file xlogreader.h.
Referenced by findLastCheckpoint(), WALDumpReadPage(), WALOpenSegmentInit(), and WALReadRaiseError().
| TimeLineID WALOpenSegment::ws_tli |
Definition at line 49 of file xlogreader.h.
Referenced by findLastCheckpoint(), FinishWalRecovery(), ReadRecord(), SimpleXLogPageRead(), WALDumpReadPage(), WALOpenSegmentInit(), WALReadRaiseError(), XLogPageRead(), XLogRecordSaveFPWs(), and XLogSendPhysical().