diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-09-08 19:04:32 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-09-08 19:04:32 -0400 |
commit | e56dd7cf5078d9651d715a72cd802a3aa346c63a (patch) | |
tree | 9377412942d7d6f695d3da7892cc4a30eedad1fa /src/backend/utils/adt/jsonfuncs.c | |
parent | f25000c832f2e147986110116d4ba1a57b9d9256 (diff) | |
download | postgresql-e56dd7cf5078d9651d715a72cd802a3aa346c63a.tar.gz postgresql-e56dd7cf5078d9651d715a72cd802a3aa346c63a.zip |
Fix uninitialized-variable bug.
map_partition_varattnos() failed to set its found_whole_row output
parameter if the given expression list was NIL. This seems to be
a pre-existing bug that chanced to be exposed by commit 6f6b99d13.
It might be unreachable in v10, but I have little faith in that
proposition, so back-patch.
Per buildfarm.
Diffstat (limited to 'src/backend/utils/adt/jsonfuncs.c')
0 files changed, 0 insertions, 0 deletions