mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03: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:
		@@ -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)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user