PostgreSQL Source Code  git master
XLogDumpPrivate Struct Reference

Data Fields

TimeLineID timeline
 
XLogRecPtr startptr
 
XLogRecPtr endptr
 
bool endptr_reached
 

Detailed Description

Definition at line 47 of file pg_waldump.c.

Field Documentation

◆ endptr

XLogRecPtr XLogDumpPrivate::endptr

Definition at line 51 of file pg_waldump.c.

◆ endptr_reached

bool XLogDumpPrivate::endptr_reached

Definition at line 52 of file pg_waldump.c.

◆ startptr

XLogRecPtr XLogDumpPrivate::startptr

Definition at line 50 of file pg_waldump.c.

◆ timeline

TimeLineID XLogDumpPrivate::timeline

Definition at line 49 of file pg_waldump.c.


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