Skip to content
Snippets Groups Projects
Commit e0734904 authored by Robert Haas's avatar Robert Haas
Browse files

Make a comment more precise.

Remote expressions now also matter to make_foreignscan()

Noted by Etsuro Fujita.
parent 166b61a8
No related branches found
No related tags found
No related merge requests found
...@@ -902,8 +902,8 @@ postgresGetForeignPlan(PlannerInfo *root, ...@@ -902,8 +902,8 @@ postgresGetForeignPlan(PlannerInfo *root,
retrieved_attrs); retrieved_attrs);
/* /*
* Create the ForeignScan node from target list, local filtering * Create the ForeignScan node from target list, filtering expressions,
* expressions, remote parameter expressions, and FDW private information. * remote parameter expressions, and FDW private information.
* *
* Note that the remote parameter expressions are stored in the fdw_exprs * Note that the remote parameter expressions are stored in the fdw_exprs
* field of the finished plan node; we can't keep them in private state * field of the finished plan node; we can't keep them in private state
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment