Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

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

+1-1
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)