Commit 6f4b4cee authored by Robert Haas's avatar Robert Haas

Remove redundant comment.

Rafia Sabih
parent 38c363ad
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment