On Mon, Jul 27, 2020 at 08:55:23PM -0500, Justin Pryzby wrote: > +JsonEncodeDateTime(char *buf, Datum value, Oid typid) > ... > + elog(ERROR, "unknown jsonb value datetime type oid > %d", typid); > > I think this should be %u.
Good catch. Yep, Oids are unsigned. We don't backpatch such things usually, do we? Particularly, this one should not be triggerable normally because no code paths should call JsonEncodeDateTime() with an unsupported type Oid. -- Michael
signature.asc
Description: PGP signature
