8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166b61a commit e073490Copy full SHA for e073490
contrib/postgres_fdw/postgres_fdw.c
@@ -902,8 +902,8 @@ postgresGetForeignPlan(PlannerInfo *root,
902
retrieved_attrs);
903
904
/*
905
- * Create the ForeignScan node from target list, local filtering
906
- * expressions, remote parameter expressions, and FDW private information.
+ * Create the ForeignScan node from target list, filtering expressions,
+ * remote parameter expressions, and FDW private information.
907
*
908
* Note that the remote parameter expressions are stored in the fdw_exprs
909
* field of the finished plan node; we can't keep them in private state
0 commit comments