mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Fix incorrect format placeholders
This commit is contained in:
@ -4786,7 +4786,7 @@ ExecPrepareJsonItemCoercion(JsonbValue *item,
|
||||
coercion = &coercions->timestamptz;
|
||||
break;
|
||||
default:
|
||||
elog(ERROR, "unexpected jsonb datetime type oid %d",
|
||||
elog(ERROR, "unexpected jsonb datetime type oid %u",
|
||||
item->val.datetime.typid);
|
||||
return (Datum) 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user