1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Fix incorrect format placeholder

This commit is contained in:
Peter Eisentraut 2024-05-08 08:37:46 +02:00
parent c1aea206e3
commit 6d716adf85

View File

@ -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));
}