aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2017-02-03 19:05:49 -0500
committerRobert Haas <rhaas@postgresql.org>2017-02-03 19:05:49 -0500
commit6f4b4ceefa673dff6563d2d17e2039248f16fe1d (patch)
tree1ec0a498a9b2632689338cbfb2d6b441a56601a8 /src
parent38c363adf497c0a05858dc00bc49ea42023bd572 (diff)
downloadpostgresql-6f4b4ceefa673dff6563d2d17e2039248f16fe1d.tar.gz
postgresql-6f4b4ceefa673dff6563d2d17e2039248f16fe1d.zip
Remove redundant comment.
Rafia Sabih
Diffstat (limited to 'src')
-rw-r--r--src/backend/executor/execMain.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c
index 3a5b5b21265..ce6600bde70 100644
--- a/src/backend/executor/execMain.c
+++ b/src/backend/executor/execMain.c
@@ -1592,10 +1592,6 @@ ExecutePlan(EState *estate,
if (numberTuples || dest->mydest == DestIntoRel)
use_parallel_mode = false;
- /*
- * If a tuple count was supplied, we must force the plan to run without
- * parallelism, because we might exit early.
- */
if (use_parallel_mode)
EnterParallelMode();