Fix incorrect print format in json.c
Michael Paquier <michael@paquier.xyz>
Fix incorrect print format in json.c Oid is unsigned, so %u needs to be used and not %d. The code path involved here is not normally reachable, so no backpatch is done. Author: Justin Pryzby Discussion: https://postgr.es/m/20200728015523.GA27308@telsasoft.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/json.c | modified | +1 −1 |
Discussion
- printing oid with %d 4 messages · 2020-07-28 → 2020-07-29