Fix incorrect format placeholder
authorPeter Eisentraut <[email protected]>
Wed, 8 May 2024 06:37:46 +0000 (08:37 +0200)
committerPeter Eisentraut <[email protected]>
Wed, 8 May 2024 06:37:46 +0000 (08:37 +0200)
src/backend/replication/logical/slotsync.c

index 3f3e5941bce5c39c852f5d32bffcfcee7965420f..f1f44d41eff2905216f32e521a6163de5243301a 100644 (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));
        }