PostgreSQL Source Code  git master
xl_restore_point Struct Reference

#include <xlog_internal.h>

Data Fields

TimestampTz rp_time
 
char rp_name [MAXFNAMELEN]
 

Detailed Description

Definition at line 286 of file xlog_internal.h.

Field Documentation

◆ rp_name

char xl_restore_point::rp_name[MAXFNAMELEN]

Definition at line 289 of file xlog_internal.h.

Referenced by recoveryStopsAfter(), xlog_desc(), and XLogRestorePoint().

◆ rp_time

TimestampTz xl_restore_point::rp_time

Definition at line 288 of file xlog_internal.h.

Referenced by XLogRestorePoint().


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