8000
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 a7ebd82 commit 390408eCopy full SHA for 390408e
src/backend/replication/syncrep.c
@@ -416,7 +416,7 @@ SyncRepInitConfig(void)
416
SpinLockRelease(&MyWalSnd->mutex);
417
418
ereport(DEBUG1,
419
- (errmsg_internal("standby \"%s\" now has synchronous standby priority %u",
+ (errmsg_internal("standby \"%s\" now has synchronous standby priority %d",
420
application_name, priority)));
421
}
422
@@ -483,7 +483,7 @@ SyncRepReleaseWaiters(void)
483
484
if (SyncRepConfig->syncrep_method == SYNC_REP_PRIORITY)
485
ereport(LOG,
486
- (errmsg("standby \"%s\" is now a synchronous standby with priority %u",
+ (errmsg("standby \"%s\" is now a synchronous standby with priority %d",
487
application_name, MyWalSnd->sync_standby_priority)));
488
else
489
0 commit comments