mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-25 11:53:32 +02:00
fix INFO message
This commit is contained in:
parent
62246e4c4e
commit
d6b612e3c2
@ -167,7 +167,7 @@ validate_wal(pgBackup *backup,
|
|||||||
if (last_xid == InvalidTransactionId)
|
if (last_xid == InvalidTransactionId)
|
||||||
last_xid = backup->recovery_xid;
|
last_xid = backup->recovery_xid;
|
||||||
|
|
||||||
elog(INFO, "Validate WAL stoped on %s time and xid:" XID_FMT, timestamp, last_xid);
|
elog(INFO, "Backup validation stopped on %s time and xid:" XID_FMT, timestamp, last_xid);
|
||||||
|
|
||||||
/* clean */
|
/* clean */
|
||||||
XLogReaderFree(xlogreader);
|
XLogReaderFree(xlogreader);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user