summaryrefslogtreecommitdiff
path: root/src/common/string.c
diff options
context:
space:
mode:
authorTom Lane2015-08-07 02:14:07 +0000
committerTom Lane2015-08-07 02:14:27 +0000
commitbab163e1218c0c36ccb0c0ef1b8f2d6feb2fc122 (patch)
tree0f1db53e5826205e0271415d4f890b037b70ebef /src/common/string.c
parent58e09b902418d07545caec675d67265f1d510f4b (diff)
Fix old oversight in join removal logic.
Commit 9e7e29c75ad441450f9b8287bd51c13521641e3b introduced an Assert that join removal didn't reduce the eval_at set of any PlaceHolderVar to empty. At first glance it looks like join_is_removable ensures that's true --- but actually, the loop in join_is_removable skips PlaceHolderVars that are not referenced above the join due to be removed. So, if we don't want any empty eval_at sets, the right thing to do is to delete any now-unreferenced PlaceHolderVars from the data structure entirely. Per fuzz testing by Andreas Seltenreich. Back-patch to 9.3 where the aforesaid Assert was added.
Diffstat (limited to 'src/common/string.c')
0 files changed, 0 insertions, 0 deletions