Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8bea94b

Browse files
committed
small fix for do_retention_purge
1 parent 8529276 commit 8bea94b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/delete.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,7 @@ do_retention_purge(void)
219219

220220
/* Be paranoid */
221221
if (XLogRecPtrIsInvalid(oldest_lsn))
222-
elog(ERROR, "Not going to purge WAL because backup %s has invalid LSN",
223-
base36enc(backup->start_time));
222+
elog(ERROR, "Not going to purge WAL because LSN is invalid");
224223

225224
/* Purge WAL files */
226225
if (delete_wal)

0 commit comments

Comments
 (0)