mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 00:02:53 -04:00
Fix a comment for remove_self_joins_recurse()
Discussion: https://postgr.es/m/18187-831da249cbd2ff8e%40postgresql.org Author: Richard Guo Reviewed-by: Andrei Lepikhov
This commit is contained in:
parent
b5fb6736ed
commit
0a93f803f4
@ -2186,7 +2186,7 @@ remove_self_joins_one_group(PlannerInfo *root, Relids relids)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Gather indexes of base relations from the joinlist and try to eliminate self
|
* Gather indexes of base relations from the joinlist and try to eliminate self
|
||||||
* joins. To avoid complexity, limit the max power of this set by a GUC.
|
* joins.
|
||||||
*/
|
*/
|
||||||
static Relids
|
static Relids
|
||||||
remove_self_joins_recurse(PlannerInfo *root, List *joinlist, Relids toRemove)
|
remove_self_joins_recurse(PlannerInfo *root, List *joinlist, Relids toRemove)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user