Skip to content

Commit e073490

Browse files
committed
Make a comment more precise.
Remote expressions now also matter to make_foreignscan() Noted by Etsuro Fujita.
1 parent 166b61a commit e073490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/postgres_fdw/postgres_fdw.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -902,8 +902,8 @@ postgresGetForeignPlan(PlannerInfo *root,
902902
retrieved_attrs);
903903

904904
/*
905-
* Create the ForeignScan node from target list, local filtering
906-
* expressions, remote parameter expressions, and FDW private information.
905+
* Create the ForeignScan node from target list, filtering expressions,
906+
* remote parameter expressions, and FDW private information.
907907
*
908908
* Note that the remote parameter expressions are stored in the fdw_exprs
909909
* field of the finished plan node; we can't keep them in private state

0 commit comments

Comments
 (0)