Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0a93f80

Browse files
committed
Fix a comment for remove_self_joins_recurse()
Discussion: https://postgr.es/m/18187-831da249cbd2ff8e%40postgresql.org Author: Richard Guo Reviewed-by: Andrei Lepikhov
1 parent b5fb673 commit 0a93f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/optimizer/plan/analyzejoins.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2186,7 +2186,7 @@ remove_self_joins_one_group(PlannerInfo *root, Relids relids)
21862186

21872187
/*
21882188
* Gather indexes of base relations from the joinlist and try to eliminate self
2189-
* joins. To avoid complexity, limit the max power of this set by a GUC.
2189+
* joins.
21902190
*/
21912191
static Relids
21922192
remove_self_joins_recurse(PlannerInfo *root, List *joinlist, Relids toRemove)

0 commit comments

Comments
 (0)