1
0
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:
Bruce Momjian
2016-09-22 17:34:21 -04:00
parent 8023b5827f
commit 1ff0042165

View File

@ -940,7 +940,7 @@ transformInsertRow(ParseState *pstate, List *exprlist,
}
/*
* transformSelectStmt -
* transformOnConflictClause -
* transforms an OnConflictClause in an INSERT
*/
static OnConflictExpr *