PostgreSQL Source Code  git master
XLogPageReadPrivate Struct Reference

Data Fields

int emode
 
bool fetching_ckpt
 
bool randAccess
 
TimeLineID replayTLI
 
const char * restoreCommand
 
int tliIndex
 

Detailed Description

Definition at line 194 of file xlogrecovery.c.

Field Documentation

◆ emode

int XLogPageReadPrivate::emode

Definition at line 196 of file xlogrecovery.c.

◆ fetching_ckpt

bool XLogPageReadPrivate::fetching_ckpt

Definition at line 197 of file xlogrecovery.c.

◆ randAccess

bool XLogPageReadPrivate::randAccess

Definition at line 198 of file xlogrecovery.c.

◆ replayTLI

TimeLineID XLogPageReadPrivate::replayTLI

Definition at line 199 of file xlogrecovery.c.

◆ restoreCommand

const char* XLogPageReadPrivate::restoreCommand

Definition at line 49 of file parsexlog.c.

◆ tliIndex

int XLogPageReadPrivate::tliIndex

Definition at line 50 of file parsexlog.c.

Referenced by extractPageMap(), and readOneRecord().


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