mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix typo in comment.
Etsuro Fujita Discussion: http://postgr.es/m/5f794b91-67df-1ac6-8a4f-069f8e8e169d@lab.ntt.co.jp
This commit is contained in:
		@@ -67,7 +67,7 @@ typedef struct PlannedStmt
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	/*
 | 
						/*
 | 
				
			||||||
	 * rtable indexes of non-leaf target relations for UPDATE/DELETE on all
 | 
						 * rtable indexes of non-leaf target relations for UPDATE/DELETE on all
 | 
				
			||||||
	 * the partitioned table mentioned in the query.
 | 
						 * the partitioned tables mentioned in the query.
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
	List	   *nonleafResultRelations;
 | 
						List	   *nonleafResultRelations;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user