Fix a comment for remove_self_joins_recurse()

Discussion: https://postgr.es/m/18187-831da249cbd2ff8e%40postgresql.org
Author: Richard Guo
Reviewed-by: Andrei Lepikhov
pull/151/head
Alexander Korotkov 2 years ago
parent b5fb6736ed
commit 0a93f803f4
  1. 2
      src/backend/optimizer/plan/analyzejoins.c

@ -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
* joins. To avoid complexity, limit the max power of this set by a GUC.
* joins.
*/
static Relids
remove_self_joins_recurse(PlannerInfo *root, List *joinlist, Relids toRemove)

Loading…
Cancel
Save