From: Robert Haas Date: Wed, 18 Nov 2015 20:19:19 +0000 (-0500) Subject: Make a comment more precise. X-Git-Tag: REL9_6_BETA1~1085 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e073490457176805bc31b8f7c7829ce1b71a6e76;p=postgresql Make a comment more precise. Remote expressions now also matter to make_foreignscan() Noted by Etsuro Fujita. --- diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c index cd4ed0c94d..a6ba6723b1 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