|
PostgreSQL Source Code git master
|
#include <xlog_internal.h>
Data Fields | |
| TimestampTz | rp_time |
| char | rp_name [MAXFNAMELEN] |
Definition at line 286 of file xlog_internal.h.
| char xl_restore_point::rp_name[MAXFNAMELEN] |
Definition at line 289 of file xlog_internal.h.
Referenced by recoveryStopsAfter(), xlog_desc(), and XLogRestorePoint().
| TimestampTz xl_restore_point::rp_time |
Definition at line 288 of file xlog_internal.h.
Referenced by XLogRestorePoint().