8000 Fix incorrect format placeholder · postgres/postgres@6d716ad · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6d716ad

Browse files
committed
Fix incorrect format placeholder
1 parent c1aea20 commit 6d716ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/logical/slotsync.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ drop_local_obsolete_slots(List *remote_slot_list)
456456
0, AccessShareLock);
457457

458458
ereport(LOG,
459-
errmsg("dropped replication slot \"%s\" of dbid %d",
459+
errmsg("dropped replication slot \"%s\" of dbid %u",
460460
NameStr(local_slot->data.name),
461461
local_slot->data.database));
462462
}

0 commit comments

Comments
 (0)
0