diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-08-09 10:00:50 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-08-09 10:00:50 +0200 |
commit | 4a8fef0d733965c1a1836022f8a42ab1e83a721f (patch) | |
tree | b687033d5f273325a0da814b569c29d797b0eb67 /src/backend/utils/adt/jsonb_util.c | |
parent | a72d613b4c91462d9405c4e1b05c42d33013c333 (diff) | |
download | postgresql-4a8fef0d733965c1a1836022f8a42ab1e83a721f.tar.gz postgresql-4a8fef0d733965c1a1836022f8a42ab1e83a721f.zip |
Fix last remaining uninitialized memory warnings
gcc (version 13) fails to properly analyze the code due to the loop
stop condition including `l != NULL`. Let's just help it out.
Author: Tristan Partin <tristan@neon.tech>
Discussion: https://www.postgresql.org/message-id/flat/CT6HJ3U8068R.3A8SJMV02D9BC@gonk
Diffstat (limited to 'src/backend/utils/adt/jsonb_util.c')
0 files changed, 0 insertions, 0 deletions