We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb314856 commita3b3fa1Copy full SHA for a3b3fa1
pg_probackup.h
@@ -123,11 +123,15 @@ typedef struct pgBackup
123
XLogRecPtrstart_lsn;/* backup's starting transaction log location */
124
XLogRecPtrstop_lsn;/* backup's finishing transaction log location */
125
time_tstart_time;/* since this moment backup has status
126
- * BACKUP_STATUS_RUNNING*/
+ * BACKUP_STATUS_RUNNING */
127
time_tend_time;/* the moment when backup was finished, or the moment
128
* when we realized that backup is broken*/
129
-time_trecovery_time;/* FIXME */
130
-TransactionIdrecovery_xid;/* FIXME */
+time_trecovery_time;/* Earliest moment for which you can restore
+ * the state of the database cluster using
131
+ * this backup */
132
+TransactionIdrecovery_xid;/* Earliest xid for which you can restore
133
134
135
136
/*
137
* Amount of raw data. For a full backup, this is the total amount of