Skip to content

Commit 4efa7ab

Browse files
committed
add message about Recovery Time
1 parent bdb47b7 commit 4efa7ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/backup.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,6 +1816,8 @@ pg_stop_backup(pgBackup *backup)
18161816
backup->tli = get_current_timeline(false);
18171817
backup->stop_lsn = stop_backup_lsn;
18181818

1819+
elog(LOG, "Getting the Recovery Time from WAL");
1820+
18191821
if (!read_recovery_info(xlog_path, backup->tli,
18201822
backup->start_lsn, backup->stop_lsn,
18211823
&backup->recovery_time, &backup->recovery_xid))

0 commit comments

Comments
 (0)