Skip to content

Commit e949d7f

Browse files
committed
Show message about validation without recovery target
1 parent ac4519e commit e949d7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

parsexlog.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,11 @@ validate_wal(pgBackup *backup,
320320
* recoverty target time or xid.
321321
*/
322322
if (!TransactionIdIsValid(target_xid) || target_time == 0)
323+
{
323324
/* Recoverty target is not given so exit */
325+
elog(INFO, "backup validation completed successfully");
324326
return;
327+
}
325328

326329
/*
327330
* If recovery target is provided, ensure that archive files exist in

0 commit comments

Comments
 (0)