File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/backend/optimizer/path Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2190,9 +2190,8 @@ hash_inner_and_outer(PlannerInfo *root,
2190
2190
* If the joinrel is parallel-safe, we may be able to consider a
2191
2191
* partial hash join. However, we can't handle JOIN_UNIQUE_OUTER,
2192
2192
* because the outer path will be partial, and therefore we won't be
2193
- * able to properly guarantee uniqueness. Similarly, we can't handle
2194
- * JOIN_FULL and JOIN_RIGHT, because they can produce false null
2195
- * extended rows. Also, the resulting path must not be parameterized.
2193
+ * able to properly guarantee uniqueness. Also, the resulting path
2194
+ * must not be parameterized.
2196
2195
*/
2197
2196
if (joinrel -> consider_parallel &&
2198
2197
save_jointype != JOIN_UNIQUE_OUTER &&
You can’t perform that action at this time.
0 commit comments