]> granicus.if.org Git - postgresql/commitdiff
Make a comment more precise.
authorRobert Haas <rhaas@postgresql.org>
Wed, 18 Nov 2015 20:19:19 +0000 (15:19 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 18 Nov 2015 20:19:19 +0000 (15:19 -0500)
Remote expressions now also matter to make_foreignscan()

Noted by Etsuro Fujita.

contrib/postgres_fdw/postgres_fdw.c

index cd4ed0c94dbc8e9ce3b2d1c3ea9f7c00b7fb1ce9..a6ba6723b16dac2e67526300ef111769ebfc8916 100644 (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