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 b53b603 commit f5d576cCopy full SHA for f5d576c
src/backend/postmaster/pgarch.c
@@ -503,7 +503,7 @@ pgarch_ArchiverCopyLoop(void)
503
if (++failures >= NUM_ARCHIVE_RETRIES)
504
{
505
ereport(WARNING,
506
- (errmsg("transaction log file \"%s\" could not be archived: too many failures",
+ (errmsg("archiving transaction log file \"%s\" failed too many times, will try again later",
507
xlog)));
508
return; /* give up archiving for now */
509
}
0 commit comments