PostgreSQL Source Code git master
Loading...
Searching...
No Matches
xl_end_of_recovery Struct Reference

#include <xlog_internal.h>

Data Fields

TimestampTz end_time
 
TimeLineID ThisTimeLineID
 
TimeLineID PrevTimeLineID
 
int wal_level
 

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.

◆ PrevTimeLineID

TimeLineID xl_end_of_recovery::PrevTimeLineID

Definition at line 304 of file xlog_internal.h.

◆ ThisTimeLineID

TimeLineID xl_end_of_recovery::ThisTimeLineID

Definition at line 303 of file xlog_internal.h.

◆ wal_level

int xl_end_of_recovery::wal_level

Definition at line 305 of file xlog_internal.h.


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