]> granicus.if.org Git - postgresql/commitdiff
Remove bogus line from comment.
authorRobert Haas <rhaas@postgresql.org>
Thu, 17 Aug 2017 15:19:07 +0000 (11:19 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 17 Aug 2017 15:19:37 +0000 (11:19 -0400)
Spotted by Tom Lane

Discussion: http://postgr.es/m/27897.1502901074@sss.pgh.pa.us

contrib/postgres_fdw/postgres_fdw.c

index d77c2a70e4160e5cd1910085cd22133a1197a9f5..a30afca1d69c77d90bb29c9fcd09989d4d66e634 100644 (file)
@@ -4497,7 +4497,6 @@ postgresGetForeignJoinPaths(PlannerInfo *root,
         * the path list of the joinrel, if one exists.  We must be careful to
         * call it before adding any ForeignPath, since the ForeignPath might
         * dominate the only suitable local path available.  We also do it before
-        * reconstruct the row for EvalPlanQual(). Find an alternative local path
         * calling foreign_join_ok(), since that function updates fpinfo and marks
         * it as pushable if the join is found to be pushable.
         */