Thanks to visit codestin.com Credit goes to github.com
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 ae9453c commit 7caba3bCopy full SHA for 7caba3b
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