We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8529276 commit 8bea94bCopy full SHA for 8bea94b
src/delete.c
@@ -219,8 +219,7 @@ do_retention_purge(void)
219
220
/* Be paranoid */
221
if (XLogRecPtrIsInvalid(oldest_lsn))
222
- elog(ERROR, "Not going to purge WAL because backup %s has invalid LSN",
223
- base36enc(backup->start_time));
+ elog(ERROR, "Not going to purge WAL because LSN is invalid");
224
225
/* Purge WAL files */
226
if (delete_wal)
0 commit comments