Forbid parallel Hash Right Join or Hash Full Join.

Robert Haas <rhaas@postgresql.org>

Commit: 9c75e1a36b6b2f3ad9f76ae661f42586c92c6f7c
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-04-20T21:48:55Z
Releases: 9.6.0
Forbid parallel Hash Right Join or Hash Full Join.

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

Mithun Cy

Files

PathChange+/−
src/backend/optimizer/path/joinpath.c modified +7 −3