aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2015-11-18 15:19:19 -0500
committerRobert Haas <rhaas@postgresql.org>2015-11-18 15:19:19 -0500
commite073490457176805bc31b8f7c7829ce1b71a6e76 (patch)
tree0e82cffe204b0d283b457953f1c566f7e7b2e24e /contrib/postgres_fdw/postgres_fdw.c
parent166b61a88ef8e9fb97eba7b7ab8062e214c93af8 (diff)
downloadpostgresql-e073490457176805bc31b8f7c7829ce1b71a6e76.tar.gz
postgresql-e073490457176805bc31b8f7c7829ce1b71a6e76.zip
Make a comment more precise.
Remote expressions now also matter to make_foreignscan() Noted by Etsuro Fujita.
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
-rw-r--r--contrib/postgres_fdw/postgres_fdw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c
index cd4ed0c94db..a6ba6723b16 100644
--- a/contrib/postgres_fdw/postgres_fdw.c
+++ b/contrib/postgres_fdw/postgres_fdw.c
@@ -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