1
0
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:
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); 0, AccessShareLock);
ereport(LOG, ereport(LOG,
errmsg("dropped replication slot \"%s\" of dbid %d", errmsg("dropped replication slot \"%s\" of dbid %u",
NameStr(local_slot->data.name), NameStr(local_slot->data.name),
local_slot->data.database)); local_slot->data.database));
} }