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:
parent
bdb47b744f
commit
4efa7ab330
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user