]> granicus.if.org Git - postgresql/commit
Remove useless bms_free() calls in build_child_join_rel().
authorEtsuro Fujita <efujita@postgresql.org>
Fri, 16 Aug 2019 05:35:55 +0000 (14:35 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Fri, 16 Aug 2019 05:35:55 +0000 (14:35 +0900)
commit076e9d42099d092475ea9eaa2902ba101a27a585
tree333a1ad5a21090051ba280da8f7c6c28eb7712cc
parent1ced082b95b339e49fc3d9f15474f816e7a9cfb1
Remove useless bms_free() calls in build_child_join_rel().

These seem to be leftovers from the original partitionwise-join patch,
perhaps.

Discussion: https://postgr.es/m/CAPmGK145YiMTPRnvev1dLz8na_-0aZ=Xyqn8f2QsJFBUTObNow@mail.gmail.com
src/backend/optimizer/util/relnode.c