Commit 1ff00421 authored by Bruce Momjian's avatar Bruce Momjian

C comment: fix function header comment

Fix for transformOnConflictClause().

Author: Tomonari Katsumata
parent 8023b582
...@@ -940,7 +940,7 @@ transformInsertRow(ParseState *pstate, List *exprlist, ...@@ -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 *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment