]> granicus.if.org Git - postgresql/commitdiff
Remove redundant comment.
authorRobert Haas <rhaas@postgresql.org>
Sat, 4 Feb 2017 00:05:49 +0000 (19:05 -0500)
committerRobert Haas <rhaas@postgresql.org>
Sat, 4 Feb 2017 00:05:49 +0000 (19:05 -0500)
Rafia Sabih

src/backend/executor/execMain.c

index 3a5b5b21265cf36db784c8741a3a200d6f8d0d1d..ce6600bde7006ee0d35b1499953ad10f533756bf 100644 (file)
@@ -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();