PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 381 of file xlogreader.h.

Field Documentation

◆ wre_errno

int WALReadError::wre_errno

Definition at line 383 of file xlogreader.h.

◆ wre_off

int WALReadError::wre_off

Definition at line 384 of file xlogreader.h.

◆ wre_read

int WALReadError::wre_read

Definition at line 386 of file xlogreader.h.

◆ wre_req

int WALReadError::wre_req

Definition at line 385 of file xlogreader.h.

◆ wre_seg

WALOpenSegment WALReadError::wre_seg

Definition at line 387 of file xlogreader.h.


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