1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-03 09:59:53 +02:00

add message about Recovery Time

This commit is contained in:
Grigory Smolkin 2017-12-08 16:53:00 +03:00
parent bdb47b744f
commit 4efa7ab330

View File

@ -1816,6 +1816,8 @@ pg_stop_backup(pgBackup *backup)
backup->tli = get_current_timeline(false);
backup->stop_lsn = stop_backup_lsn;
elog(LOG, "Getting the Recovery Time from WAL");
if (!read_recovery_info(xlog_path, backup->tli,
backup->start_lsn, backup->stop_lsn,
&backup->recovery_time, &backup->recovery_xid))