Skip to content

Commit f303ec6

Browse files
committed
Remove comment obsoleted by 11c2d6f.
Reported-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/1604497.1680637072%40sss.pgh.pa.us
1 parent ea1db8a commit f303ec6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/backend/optimizer/path/joinpath.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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 &&

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy