Prevent Parallel Hash Join for JOIN_UNIQUE_INNER.
Thomas Munro <tmunro@postgresql.org>
Prevent Parallel Hash Join for JOIN_UNIQUE_INNER. WHERE EXISTS (...) queries cannot be executed by Parallel Hash Join with jointype JOIN_UNIQUE_INNER, because there is no way to make a partial plan totally unique. The consequence of allowing such plans was duplicate results from some EXISTS queries. Back-patch to 11. Bug #15857. Author: Thomas Munro Reviewed-by: Tom Lane Reported-by: Vladimir Kriukov Discussion: https://postgr.es/m/15857-d1ba2a64bce0795e%40postgresql.org
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/optimizer/path/joinpath.c | modified | +5 −2 |
Discussion
- BUG #15857: Parallel Hash Join makes join instead of exists 10 messages · 2019-06-18