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 a6be0c3 commit d470effCopy full SHA for d470eff
parsexlog.c
@@ -249,8 +249,8 @@ validate_wal(pgBackup *backup,
249
if (!xlogexists)
250
elog(WARNING, "WAL segment \"%s\" is absent", xlogfpath);
251
else if (xlogreadfd != -1)
252
- elog(WARNING, "error was occured during reading WAL segment \"%s\"",
253
- xlogfpath);
+ elog(ERROR, "Possible WAL CORRUPTION."
+ "Error has occured during reading WAL segment \"%s\"", xlogfpath);
254
}
255
256
if (!got_endpoint)
0 commit comments