aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2018-11-07 09:25:54 -0800
committerAndres Freund <andres@anarazel.de>2018-11-07 09:25:54 -0800
commit5f32b29c18195299e90c1fb6c8945e9a46d772d2 (patch)
tree344f2e11da1804a2fdaac3fb019d590c1ecfad42 /src/backend/access/gist
parentda906766cd3bef8290db25bd5c8776c03689f3d5 (diff)
downloadpostgresql-5f32b29c18195299e90c1fb6c8945e9a46d772d2.tar.gz
postgresql-5f32b29c18195299e90c1fb6c8945e9a46d772d2.zip
Build HashState's hashkeys expression with the correct parent.
Previously the expressions were built with the HashJoinState as a parent. That's incorrect. Currently this does not appear to be harmful, but for the upcoming 'slot abstraction' work this proves to be problematic, as the underlying slot types can differ between Hash and HashJoin. It's possible that this already causes a problem, but I've not been able to come up with a scenario. Therefore don't backpatch at this point. Author: Andres Freund Discussion: https://postgr.es/m/20180220224318.gw4oe5jadhpmcdnm@alap3.anarazel.de
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions