1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-08 07:21:33 +03:00
Thomas Munro 14d8b539d3 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
2019-06-19 02:13:52 +12:00
..
2019-06-17 15:32:44 +02:00
2019-06-17 17:15:30 -04:00
2019-06-17 17:15:30 -04:00
2019-06-17 15:32:44 +02:00
2019-06-17 17:15:30 -04:00
2019-04-26 21:20:21 -04:00
2018-01-02 23:30:12 -05:00