mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	C comment: fix function header comment
Fix for transformOnConflictClause(). Author: Tomonari Katsumata
This commit is contained in:
		@@ -940,7 +940,7 @@ transformInsertRow(ParseState *pstate, List *exprlist,
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * transformSelectStmt -
 | 
					 * transformOnConflictClause -
 | 
				
			||||||
 *	  transforms an OnConflictClause in an INSERT
 | 
					 *	  transforms an OnConflictClause in an INSERT
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
static OnConflictExpr *
 | 
					static OnConflictExpr *
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user