Make a comment more precise.

Remote expressions now also matter to make_foreignscan()

Noted by Etsuro Fujita.
This commit is contained in:
Robert Haas 2015-11-18 15:19:19 -05:00
parent 166b61a88e
commit e073490457
1 changed files with 2 additions and 2 deletions

View File

@ -902,8 +902,8 @@ postgresGetForeignPlan(PlannerInfo *root,
retrieved_attrs);
/*
* Create the ForeignScan node from target list, local filtering
* expressions, remote parameter expressions, and FDW private information.
* Create the ForeignScan node from target list, filtering expressions,
* remote parameter expressions, and FDW private information.
*
* 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