mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Fix incorrect format placeholder
This commit is contained in:
parent
c1aea206e3
commit
6d716adf85
@ -456,7 +456,7 @@ drop_local_obsolete_slots(List *remote_slot_list)
|
||||
0, AccessShareLock);
|
||||
|
||||
ereport(LOG,
|
||||
errmsg("dropped replication slot \"%s\" of dbid %d",
|
||||
errmsg("dropped replication slot \"%s\" of dbid %u",
|
||||
NameStr(local_slot->data.name),
|
||||
local_slot->data.database));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user