aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2018-06-30 12:25:49 -0400
committerAndrew Dunstan <andrew@dunslane.net>2018-06-30 12:25:49 -0400
commit1e9c8580904625576871eeb2efec7f04d4c3bc1c (patch)
tree6093afd9440b732c2b4f2c040b7a3e83b6f163ae /src/backend/executor/execMain.c
parent2c64d200484c40c1bfbd532bf140bea672f267a1 (diff)
downloadpostgresql-1e9c8580904625576871eeb2efec7f04d4c3bc1c.tar.gz
postgresql-1e9c8580904625576871eeb2efec7f04d4c3bc1c.zip
pgindent run prior to branching
Diffstat (limited to 'src/backend/executor/execMain.c')
-rw-r--r--src/backend/executor/execMain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c
index 969944cc12a..8026fe2438f 100644
--- a/src/backend/executor/execMain.c
+++ b/src/backend/executor/execMain.c
@@ -1865,7 +1865,7 @@ ExecPartitionCheck(ResultRelInfo *resultRelInfo, TupleTableSlot *slot,
EState *estate, bool emitError)
{
ExprContext *econtext;
- bool success;
+ bool success;
/*
* If first time through, build expression state tree for the partition