diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-07-29 14:44:32 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-07-29 14:44:32 +0900 |
commit | f2130e77da51f35d37fd15a343bc1c4a4527e0fd (patch) | |
tree | 437058a14856074a22a3dc100b36da7c766f4c8a /src/backend/executor/nodeHashjoin.c | |
parent | cb04ad498551dcdb91a834c2e8730cdf0b77e70a (diff) | |
download | postgresql-f2130e77da51f35d37fd15a343bc1c4a4527e0fd.tar.gz postgresql-f2130e77da51f35d37fd15a343bc1c4a4527e0fd.zip |
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
Diffstat (limited to 'src/backend/executor/nodeHashjoin.c')
0 files changed, 0 insertions, 0 deletions