mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-04-25 13:24:42 +02:00
small fix for do_retention_purge
This commit is contained in:
parent
8529276c11
commit
8bea94b41e
@ -219,8 +219,7 @@ do_retention_purge(void)
|
|||||||
|
|
||||||
/* Be paranoid */
|
/* Be paranoid */
|
||||||
if (XLogRecPtrIsInvalid(oldest_lsn))
|
if (XLogRecPtrIsInvalid(oldest_lsn))
|
||||||
elog(ERROR, "Not going to purge WAL because backup %s has invalid LSN",
|
elog(ERROR, "Not going to purge WAL because LSN is invalid");
|
||||||
base36enc(backup->start_time));
|
|
||||||
|
|
||||||
/* Purge WAL files */
|
/* Purge WAL files */
|
||||||
if (delete_wal)
|
if (delete_wal)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user