IndexInfo **ri_IndexRelationInfo;
/*
- * For UPDATE/DELETE result relations, the attribute number of the row
- * identity junk attribute in the source plan's output tuples
+ * For UPDATE/DELETE/MERGE result relations, the attribute number of the
+ * row identity junk attribute in the source plan's output tuples
*/
AttrNumber ri_RowIdAttNo;
/* array of constraint-checking expr states */
ExprState **ri_ConstraintExprs;
- /* arrays of stored generated columns expr states, for INSERT and UPDATE */
+ /*
+ * Arrays of stored generated columns ExprStates for INSERT/UPDATE/MERGE.
+ */
ExprState **ri_GeneratedExprsI;
ExprState **ri_GeneratedExprsU;