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
5c90a2ff
Commit
5c90a2ff
authored
Nov 09, 2015
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment update.
Adjust to account for
5fc4c26d
. Etsuro Fujita
parent
bf3d0156
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
src/backend/optimizer/plan/createplan.c
src/backend/optimizer/plan/createplan.c
+6
-5
No files found.
src/backend/optimizer/plan/createplan.c
View file @
5c90a2ff
...
@@ -2141,11 +2141,12 @@ create_foreignscan_plan(PlannerInfo *root, ForeignPath *best_path,
...
@@ -2141,11 +2141,12 @@ create_foreignscan_plan(PlannerInfo *root, ForeignPath *best_path,
scan_plan
->
fs_relids
=
best_path
->
path
.
parent
->
relids
;
scan_plan
->
fs_relids
=
best_path
->
path
.
parent
->
relids
;
/*
/*
* Replace any outer-relation variables with nestloop params in the qual
* Replace any outer-relation variables with nestloop params in the qual,
* and fdw_exprs expressions. We do this last so that the FDW doesn't
* fdw_exprs and fdw_recheck_quals expressions. We do this last so that
* have to be involved. (Note that parts of fdw_exprs could have come
* the FDW doesn't have to be involved. (Note that parts of fdw_exprs
* from join clauses, so doing this beforehand on the scan_clauses
* or fdw_recheck_quals could have come from join clauses, so doing this
* wouldn't work.) We assume fdw_scan_tlist contains no such variables.
* beforehand on the scan_clauses wouldn't work.) We assume
* fdw_scan_tlist contains no such variables.
*/
*/
if
(
best_path
->
path
.
param_info
)
if
(
best_path
->
path
.
param_info
)
{
{
...
...
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