PostgreSQL Source Code  git master
WALReadError Struct Reference

#include <xlogreader.h>

Data Fields

int wre_errno
 
int wre_off
 
int wre_req
 
int wre_read
 
WALOpenSegment wre_seg
 

Detailed Description

Definition at line 382 of file xlogreader.h.

Field Documentation

◆ wre_errno

int WALReadError::wre_errno

Definition at line 384 of file xlogreader.h.

Referenced by WALDumpReadPage(), WALRead(), and WALReadRaiseError().

◆ wre_off

int WALReadError::wre_off

Definition at line 385 of file xlogreader.h.

Referenced by WALDumpReadPage(), WALRead(), and WALReadRaiseError().

◆ wre_read

int WALReadError::wre_read

Definition at line 387 of file xlogreader.h.

Referenced by WALDumpReadPage(), WALRead(), and WALReadRaiseError().

◆ wre_req

int WALReadError::wre_req

Definition at line 386 of file xlogreader.h.

Referenced by WALDumpReadPage(), WALRead(), and WALReadRaiseError().

◆ wre_seg

WALOpenSegment WALReadError::wre_seg

Definition at line 388 of file xlogreader.h.

Referenced by WALDumpReadPage(), WALRead(), and WALReadRaiseError().


The documentation for this struct was generated from the following file: