Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
950ab82c
Commit
950ab82c
authored
Jan 10, 2016
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete comment.
Noted while reviewing a question from Dickson S. Guedes.
parent
c618e1b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
src/backend/optimizer/plan/planner.c
src/backend/optimizer/plan/planner.c
+0
-4
No files found.
src/backend/optimizer/plan/planner.c
View file @
950ab82c
...
@@ -242,10 +242,6 @@ standard_planner(Query *parse, int cursorOptions, ParamListInfo boundParams)
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment