We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c363a commit 6f4b4ceCopy full SHA for 6f4b4ce
src/backend/executor/execMain.c
@@ -1592,10 +1592,6 @@ ExecutePlan(EState *estate,
1592
if (numberTuples || dest->mydest == DestIntoRel)
1593
use_parallel_mode = false;
1594
1595
- /*
1596
- * If a tuple count was supplied, we must force the plan to run without
1597
- * parallelism, because we might exit early.
1598
- */
1599
if (use_parallel_mode)
1600
EnterParallelMode();
1601
0 commit comments