Thread: pgsql: Forbid parallel Hash Right Join or Hash Full Join.

pgsql: Forbid parallel Hash Right Join or Hash Full Join.

From
Robert Haas
Date:
Forbid parallel Hash Right Join or Hash Full Join.

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

Mithun Cy

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9c75e1a36b6b2f3ad9f76ae661f42586c92c6f7c

Modified Files
--------------
src/backend/optimizer/path/joinpath.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)