PostgreSQL Source Code
git master
|
#include <xlogreader.h>
Data Fields | |
int | wre_errno |
int | wre_off |
int | wre_req |
int | wre_read |
WALOpenSegment | wre_seg |
Definition at line 382 of file xlogreader.h.
int WALReadError::wre_errno |
Definition at line 384 of file xlogreader.h.
Referenced by WALDumpReadPage(), WALRead(), and WALReadRaiseError().
int WALReadError::wre_off |
Definition at line 385 of file xlogreader.h.
Referenced by WALDumpReadPage(), WALRead(), and WALReadRaiseError().
int WALReadError::wre_read |
Definition at line 387 of file xlogreader.h.
Referenced by WALDumpReadPage(), WALRead(), and WALReadRaiseError().
int WALReadError::wre_req |
Definition at line 386 of file xlogreader.h.
Referenced by WALDumpReadPage(), WALRead(), and WALReadRaiseError().
WALOpenSegment WALReadError::wre_seg |
Definition at line 388 of file xlogreader.h.
Referenced by WALDumpReadPage(), WALRead(), and WALReadRaiseError().