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,
21902190 * If the joinrel is parallel-safe, we may be able to consider a
21912191 * partial hash join. However, we can't handle JOIN_UNIQUE_OUTER,
21922192 * 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.
21962195 */
21972196 if (joinrel -> consider_parallel &&
21982197 save_jointype != JOIN_UNIQUE_OUTER &&
You can’t perform that action at this time.
0 commit comments