From a3b3fa135ce087a973b096f708c1c652f8ec1798 Mon Sep 17 00:00:00 2001 From: Artur Zakirov Date: Fri, 24 Mar 2017 17:02:56 +0300 Subject: [PATCH] Fix recovery_time and recovery_xid comments --- pg_probackup.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pg_probackup.h b/pg_probackup.h index 53786790..1a32734e 100644 --- a/pg_probackup.h +++ b/pg_probackup.h @@ -123,11 +123,15 @@ typedef struct pgBackup XLogRecPtr start_lsn; /* backup's starting transaction log location */ XLogRecPtr stop_lsn; /* backup's finishing transaction log location */ time_t start_time; /* since this moment backup has status - * BACKUP_STATUS_RUNNING */ + * BACKUP_STATUS_RUNNING */ time_t end_time; /* the moment when backup was finished, or the moment * when we realized that backup is broken*/ - time_t recovery_time; /* FIXME */ - TransactionId recovery_xid; /* FIXME */ + time_t recovery_time; /* Earliest moment for which you can restore + * the state of the database cluster using + * this backup */ + TransactionId recovery_xid; /* Earliest xid for which you can restore + * the state of the database cluster using + * this backup */ /* * Amount of raw data. For a full backup, this is the total amount of