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 | 1377b40965b257e228ae8faf45c6ce145ce357e5 (patch) | |
tree | 889af3dd46a2b5c4effaf141c467d5d167e44b1b /src/backend/utils/adt/jsonfuncs.c | |
parent | 5f0ac02d7f8ded730c27a5197f8c594302c5d7e0 (diff) | |
download | postgresql-1377b40965b257e228ae8faf45c6ce145ce357e5.tar.gz postgresql-1377b40965b257e228ae8faf45c6ce145ce357e5.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