mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Remove obsolete comment.
Noted while reviewing a question from Dickson S. Guedes.
This commit is contained in:
@ -242,10 +242,6 @@ standard_planner(Query *parse, int cursorOptions, ParamListInfo boundParams)
|
|||||||
* incorrectly-labeled functions sooner. That might be the right thing to
|
* incorrectly-labeled functions sooner. That might be the right thing to
|
||||||
* do, but for now I've taken this approach. We could also control this
|
* do, but for now I've taken this approach. We could also control this
|
||||||
* with a GUC.)
|
* with a GUC.)
|
||||||
*
|
|
||||||
* FIXME: It's assumed that code further down will set parallelModeNeeded
|
|
||||||
* to true if a parallel path is actually chosen. Since the core
|
|
||||||
* parallelism code isn't committed yet, this currently never happens.
|
|
||||||
*/
|
*/
|
||||||
#ifdef FORCE_PARALLEL_MODE
|
#ifdef FORCE_PARALLEL_MODE
|
||||||
glob->parallelModeNeeded = glob->parallelModeOK;
|
glob->parallelModeNeeded = glob->parallelModeOK;
|
||||||
|
Reference in New Issue
Block a user