Remove redundant comment.

Rafia Sabih
pull/20/head
Robert Haas 9 years ago
parent 38c363adf4
commit 6f4b4ceefa
  1. 4
      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();

Loading…
Cancel
Save