mirror of
https://github.com/postgres/postgres.git
synced 2025-06-07 11:02:12 +03:00
Make a comment more precise.
Remote expressions now also matter to make_foreignscan() Noted by Etsuro Fujita.
This commit is contained in:
parent
166b61a88e
commit
e073490457
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user