]> granicus.if.org Git - postgresql/commit
Forbid parallel Hash Right Join or Hash Full Join.
authorRobert Haas <rhaas@postgresql.org>
Wed, 20 Apr 2016 21:48:55 +0000 (17:48 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 20 Apr 2016 21:48:55 +0000 (17:48 -0400)
commit9c75e1a36b6b2f3ad9f76ae661f42586c92c6f7c
treeb0e710aea7791c8d17a4a0d154e9fd8faf70c214
parentcfb863f20a2a005ac89f393265d4c37ad9baab41
Forbid parallel Hash Right Join or Hash Full Join.

That won't work.  You'll get bogus null-extended rows.

Mithun Cy
src/backend/optimizer/path/joinpath.c