Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5c90a2f

Browse filesBrowse files
committed
Comment update.
Adjust to account for 5fc4c26. Etsuro Fujita
1 parent bf3d015 commit 5c90a2f
Copy full SHA for 5c90a2f

File tree

Expand file treeCollapse file tree

1 file changed

+6
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-5
lines changed

‎src/backend/optimizer/plan/createplan.c

Copy file name to clipboardExpand all lines: src/backend/optimizer/plan/createplan.c
+6-5Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2141,11 +2141,12 @@ create_foreignscan_plan(PlannerInfo *root, ForeignPath *best_path,
21412141
scan_plan->fs_relids = best_path->path.parent->relids;
21422142

21432143
/*
2144-
* Replace any outer-relation variables with nestloop params in the qual
2145-
* and fdw_exprs expressions. We do this last so that the FDW doesn't
2146-
* have to be involved. (Note that parts of fdw_exprs could have come
2147-
* from join clauses, so doing this beforehand on the scan_clauses
2148-
* wouldn't work.) We assume fdw_scan_tlist contains no such variables.
2144+
* Replace any outer-relation variables with nestloop params in the qual,
2145+
* fdw_exprs and fdw_recheck_quals expressions. We do this last so that
2146+
* the FDW doesn't have to be involved. (Note that parts of fdw_exprs
2147+
* or fdw_recheck_quals could have come from join clauses, so doing this
2148+
* beforehand on the scan_clauses wouldn't work.) We assume
2149+
* fdw_scan_tlist contains no such variables.
21492150
*/
21502151
if (best_path->path.param_info)
21512152
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.