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 c1aea20 commit 6d716adCopy full SHA for 6d716ad
src/backend/replication/logical/slotsync.c
@@ -456,7 +456,7 @@ drop_local_obsolete_slots(List *remote_slot_list)
456
0, AccessShareLock);
457
458
ereport(LOG,
459
- errmsg("dropped replication slot \"%s\" of dbid %d",
+ errmsg("dropped replication slot \"%s\" of dbid %u",
460
NameStr(local_slot->data.name),
461
local_slot->data.database));
462
}
0 commit comments