mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Remove redundant comment.
Rafia Sabih
This commit is contained in:
@ -1592,10 +1592,6 @@ ExecutePlan(EState *estate,
|
|||||||
if (numberTuples || dest->mydest == DestIntoRel)
|
if (numberTuples || dest->mydest == DestIntoRel)
|
||||||
use_parallel_mode = false;
|
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)
|
if (use_parallel_mode)
|
||||||
EnterParallelMode();
|
EnterParallelMode();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user