File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -123,11 +123,15 @@ typedef struct pgBackup
123
123
XLogRecPtr start_lsn ; /* backup's starting transaction log location */
124
124
XLogRecPtr stop_lsn ; /* backup's finishing transaction log location */
125
125
time_t start_time ; /* since this moment backup has status
126
- * BACKUP_STATUS_RUNNING */
126
+ * BACKUP_STATUS_RUNNING */
127
127
time_t end_time ; /* the moment when backup was finished, or the moment
128
128
* when we realized that backup is broken*/
129
- time_t recovery_time ; /* FIXME */
130
- TransactionId recovery_xid ; /* FIXME */
129
+ time_t recovery_time ; /* Earliest moment for which you can restore
130
+ * the state of the database cluster using
131
+ * this backup */
132
+ TransactionId recovery_xid ; /* Earliest xid for which you can restore
133
+ * the state of the database cluster using
134
+ * this backup */
131
135
132
136
/*
133
137
* Amount of raw data. For a full backup, this is the total amount of
You can’t perform that action at this time.
0 commit comments