mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +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
|
||||
*/
|
||||
static OnConflictExpr *
|
||||
|
Reference in New Issue
Block a user