]> granicus.if.org Git - postgresql/commitdiff
Remove obsolete comment.
authorRobert Haas <rhaas@postgresql.org>
Mon, 11 Jan 2016 02:35:33 +0000 (21:35 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 11 Jan 2016 02:35:33 +0000 (21:35 -0500)
Noted while reviewing a question from Dickson S. Guedes.

src/backend/optimizer/plan/planner.c

index 147c4deef3bb708ebb32b6781330f6ed980fc90c..fed1acc684f655f9297f40cb0b2d175500f103de 100644 (file)
@@ -242,10 +242,6 @@ standard_planner(Query *parse, int cursorOptions, ParamListInfo boundParams)
         * 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
         * 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
        glob->parallelModeNeeded = glob->parallelModeOK;