File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -465,8 +465,8 @@ typedef struct ResultRelInfo
465
465
IndexInfo * * ri_IndexRelationInfo ;
466
466
467
467
/*
468
- * For UPDATE/DELETE result relations, the attribute number of the row
469
- * identity junk attribute in the source plan's output tuples
468
+ * For UPDATE/DELETE/MERGE result relations, the attribute number of the
469
+ * row identity junk attribute in the source plan's output tuples
470
470
*/
471
471
AttrNumber ri_RowIdAttNo ;
472
472
@@ -524,7 +524,9 @@ typedef struct ResultRelInfo
524
524
/* array of constraint-checking expr states */
525
525
ExprState * * ri_ConstraintExprs ;
526
526
527
- /* arrays of stored generated columns expr states, for INSERT and UPDATE */
527
+ /*
528
+ * Arrays of stored generated columns ExprStates for INSERT/UPDATE/MERGE.
529
+ */
528
530
ExprState * * ri_GeneratedExprsI ;
529
531
ExprState * * ri_GeneratedExprsU ;
530
532
You can’t perform that action at this time.
0 commit comments