We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1db8a commit f303ec6Copy full SHA for f303ec6
src/backend/optimizer/path/joinpath.c
@@ -2190,9 +2190,8 @@ hash_inner_and_outer(PlannerInfo *root,
2190
* If the joinrel is parallel-safe, we may be able to consider a
2191
* partial hash join. However, we can't handle JOIN_UNIQUE_OUTER,
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.
+ * able to properly guarantee uniqueness. Also, the resulting path
+ * must not be parameterized.
2196
*/
2197
if (joinrel->consider_parallel &&
2198
save_jointype != JOIN_UNIQUE_OUTER &&
0 commit comments