From 651902deb1551db8b401fdeab9bdb8a61cee7f9f Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 13 Jun 2017 13:05:59 -0400 Subject: Re-run pgindent. This is just to have a clean base state for testing of Piotr Stefaniak's latest version of FreeBSD indent. I fixed up a couple of places where pgindent would have changed format not-nicely. perltidy not included. Discussion: https://postgr.es/m/VI1PR03MB119959F4B65F000CA7CD9F6BF2CC0@VI1PR03MB1199.eurprd03.prod.outlook.com --- src/backend/executor/execMain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backend/executor/execMain.c') diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c index 3caeeac708c..7f460bd1a74 100644 --- a/src/backend/executor/execMain.c +++ b/src/backend/executor/execMain.c @@ -104,7 +104,7 @@ static char *ExecBuildSlotPartitionKeyDescription(Relation rel, static void EvalPlanQualStart(EPQState *epqstate, EState *parentestate, Plan *planTree); static void ExecPartitionCheck(ResultRelInfo *resultRelInfo, - TupleTableSlot *slot, EState *estate); + TupleTableSlot *slot, EState *estate); /* * Note that GetUpdatedColumns() also exists in commands/trigger.c. There does @@ -1347,8 +1347,8 @@ InitResultRelInfo(ResultRelInfo *resultRelInfo, * partition, if there any BR triggers defined on the table. Although * tuple-routing implicitly preserves the partition constraint of the * target partition for a given row, the BR triggers may change the row - * such that the constraint is no longer satisfied, which we must fail - * for by checking it explicitly. + * such that the constraint is no longer satisfied, which we must fail for + * by checking it explicitly. * * If this is a partitioned table, the partition constraint (if any) of a * given row will be checked just before performing tuple-routing. -- cgit v1.2.3