diff options
author | Andrew Gierth <rhodiumtoad@postgresql.org> | 2017-04-03 23:30:24 +0100 |
---|---|---|
committer | Andrew Gierth <rhodiumtoad@postgresql.org> | 2017-04-03 23:30:24 +0100 |
commit | f5780935266bd72951c770396f9267366414d1b9 (patch) | |
tree | c919fd59c3715c10094a83beebb947df59fd112e /contrib/postgres_fdw/postgres_fdw.c | |
parent | 9fa6e08d4a16f9b0461743cff35781e16308c106 (diff) | |
download | postgresql-f5780935266bd72951c770396f9267366414d1b9.tar.gz postgresql-f5780935266bd72951c770396f9267366414d1b9.zip |
Try and silence spurious Coverity warning.
gset_data (aka gd) in planner.c is always non-null if and only if
parse->groupingSets is non-null, but Coverity doesn't know that and
complains. Feed it an assertion to see if that keeps it happy.
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions