@@ -104,7 +104,7 @@ static char *ExecBuildSlotPartitionKeyDescription(Relation rel,
104
104
static void EvalPlanQualStart (EPQState * epqstate ,EState * parentestate ,
105
105
Plan * planTree );
106
106
static void ExecPartitionCheck (ResultRelInfo * resultRelInfo ,
107
- TupleTableSlot * slot ,EState * estate );
107
+ TupleTableSlot * slot ,EState * estate );
108
108
109
109
/*
110
110
* Note that GetUpdatedColumns() also exists in commands/trigger.c. There does
@@ -1347,8 +1347,8 @@ InitResultRelInfo(ResultRelInfo *resultRelInfo,
1347
1347
* partition, if there any BR triggers defined on the table. Although
1348
1348
* tuple-routing implicitly preserves the partition constraint of the
1349
1349
* target partition for a given row, the BR triggers may change the row
1350
- * such that the constraint is no longer satisfied, which we must fail
1351
- *for by checking it explicitly.
1350
+ * such that the constraint is no longer satisfied, which we must fail for
1351
+ * by checking it explicitly.
1352
1352
*
1353
1353
* If this is a partitioned table, the partition constraint (if any) of a
1354
1354
* given row will be checked just before performing tuple-routing.