forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaca127c
committed
Prevent Parallel Hash Join for JOIN_UNIQUE_INNER.
WHERE EXISTS (...) queries cannot be executed by Parallel Hash Joinwith jointype JOIN_UNIQUE_INNER, because there is no way to make apartial plan totally unique. The consequence of allowing such planswas duplicate results from some EXISTS queries.Back-patch to 11. Bug #15857.Author: Thomas MunroReviewed-by: Tom LaneReported-by: Vladimir KriukovDiscussion:https://postgr.es/m/15857-d1ba2a64bce0795e%40postgresql.org1 parent0ab7110 commitaca127c
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1867 | 1867 |
| |
1868 | 1868 |
| |
1869 | 1869 |
| |
1870 |
| - | |
| 1870 | + | |
| 1871 | + | |
1871 | 1872 |
| |
1872 |
| - | |
| 1873 | + | |
| 1874 | + | |
| 1875 | + | |
1873 | 1876 |
| |
1874 | 1877 |
| |
1875 | 1878 |
| |
|
0 commit comments
Comments
(0)