printing oid with %d - Mailing list pgsql-hackers

From Justin Pryzby
Subject printing oid with %d
Date
Msg-id 20200728015523.GA27308@telsasoft.com
Whole thread Raw
Responses Re: printing oid with %d
List pgsql-hackers
+JsonEncodeDateTime(char *buf, Datum value, Oid typid)
...
+                       elog(ERROR, "unknown jsonb value datetime type oid %d", typid);

I think this should be %u.

commit cc4feded0a31d2b732d4ea68613115cb720e624e
Author: Andrew Dunstan <andrew@dunslane.net>
Date:   Tue Jan 16 19:07:13 2018 -0500

    Centralize json and jsonb handling of datetime types



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: stress test for parallel workers
Next
From: Fujii Masao
Date:
Subject: Re: max_slot_wal_keep_size and wal_keep_segments