]> granicus.if.org Git - postgresql/commit
Back-patch "Fix parallel hash join path search."
authorAmit Kapila <akapila@postgresql.org>
Fri, 14 Sep 2018 03:06:21 +0000 (08:36 +0530)
committerAmit Kapila <akapila@postgresql.org>
Fri, 14 Sep 2018 03:06:21 +0000 (08:36 +0530)
commit271b678436ce83bdd6bb355f9fcc011dafdd0122
tree55af620e960413b39d0222a090ae1ed8eeab7dee
parentfd4f2af774db6a978130da88e94e7425c07651d5
Back-patch "Fix parallel hash join path search."

Back-patch commit 655393a022bd653e2b48dbf20b69236981e35195 to 9.6.  This
synchronizes the relavant code and helps in generating parallel paths in
some cases in 9.6.  This also helps in back-patch of future patches where
we can get the same plan in all branches.

Discussion: https://postgr.es/m/CAA4eK1+XK_875cJA1HPVpx9C7C8Fp7i4QzLJ17T3igfU2iadxQ@mail.gmail.com
src/backend/optimizer/path/joinpath.c