git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bf3d015)
Comment update.
Mon, 9 Nov 2015 18:48:50 +0000 (13:48 -0500)
Mon, 9 Nov 2015 18:48:50 +0000 (13:48 -0500)
Adjust to account for 5fc4c26db5120bd90348b6ee3101fcddfdf54800.

Etsuro Fujita


diff --git a/src/backend/optimizer/plan/createplan.c b/src/backend/optimizer/plan/createplan.c
index 791b64e7d05a3e36a593f1c6d54dbb317d294996..e70a337328ebfef7b17299aeac2475b6c44f7b27 100644 (file)
--- a/src/backend/optimizer/plan/createplan.c
+++ b/src/backend/optimizer/plan/createplan.c
@@ -2141,11 +2141,12 @@ create_foreignscan_plan(PlannerInfo *root, ForeignPath *best_path,
scan_plan->fs_relids = best_path->path.parent->relids;
/*
- * 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
- * have to be involved. (Note that parts of fdw_exprs could have come
- * from join clauses, so doing this beforehand on the scan_clauses
- * wouldn't work.) We assume fdw_scan_tlist contains no such variables.
+ * Replace any outer-relation variables with nestloop params in the qual,
+ * fdw_exprs and fdw_recheck_quals expressions. We do this last so that
+ * the FDW doesn't have to be involved. (Note that parts of fdw_exprs
+ * or fdw_recheck_quals could have come from join clauses, so doing this
+ * beforehand on the scan_clauses wouldn't work.) We assume
+ * fdw_scan_tlist contains no such variables.
*/
if (best_path->path.param_info)
{
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /