PostgreSQL Source Code  git master
xl_end_of_recovery Struct Reference

#include <xlog_internal.h>

Data Fields

TimestampTz end_time
 
TimeLineID ThisTimeLineID
 
TimeLineID PrevTimeLineID
 

Detailed Description

Definition at line 300 of file xlog_internal.h.

Field Documentation

◆ end_time

TimestampTz xl_end_of_recovery::end_time

Definition at line 302 of file xlog_internal.h.

Referenced by CreateEndOfRecoveryRecord(), and xlog_desc().

◆ PrevTimeLineID

TimeLineID xl_end_of_recovery::PrevTimeLineID

Definition at line 304 of file xlog_internal.h.

Referenced by ApplyWalRecord(), CreateEndOfRecoveryRecord(), and xlog_desc().

◆ ThisTimeLineID

TimeLineID xl_end_of_recovery::ThisTimeLineID

Definition at line 303 of file xlog_internal.h.

Referenced by ApplyWalRecord(), CreateEndOfRecoveryRecord(), xlog_desc(), and xlog_redo().


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