mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Fix incorrect format placeholders
This commit is contained in:
@@ -368,7 +368,7 @@ pgstat_create_transactional(PgStat_Kind kind, Oid dboid, Oid objoid)
|
||||
if (pgstat_get_entry_ref(kind, dboid, objoid, false, NULL))
|
||||
{
|
||||
ereport(WARNING,
|
||||
errmsg("resetting existing stats for type %s, db=%d, oid=%d",
|
||||
errmsg("resetting existing stats for type %s, db=%u, oid=%u",
|
||||
(pgstat_get_kind_info(kind))->name, dboid, objoid));
|
||||
|
||||
pgstat_reset(kind, dboid, objoid);
|
||||
|
||||
Reference in New Issue
Block a user