Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit5c90a2f

Browse files
committed
Comment update.
Adjust to account for5fc4c26.Etsuro Fujita
1 parentbf3d015 commit5c90a2f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp