We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf5a465f commit025f0a6Copy full SHA for 025f0a6
src/backend/backup/basebackup_incremental.c
@@ -428,7 +428,7 @@ PrepareForIncrementalBackup(IncrementalBackupInfo *ib,
428
while (1)
429
{
430
longtimeout_in_ms=10000;
431
-unsignedelapsed_seconds;
+longelapsed_seconds;
432
433
/*
434
* Align the wait time to prevent drift. This doesn't really matter,
@@ -493,7 +493,7 @@ PrepareForIncrementalBackup(IncrementalBackupInfo *ib,
493
TimestampDifferenceMilliseconds(initial_time,current_time) /1000;
494
ereport(WARNING,
495
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
496
-errmsg("still waiting for WAL summarization through %X/%X after %d seconds",
+errmsg("still waiting for WAL summarization through %X/%X after %ld seconds",
497
LSN_FORMAT_ARGS(backup_state->startpoint),
498
elapsed_seconds),
499
errdetail("Summarization has reached %X/%X on disk and %X/%X in memory.",