aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2017-08-17 11:19:07 -0400
committerRobert Haas <rhaas@postgresql.org>2017-08-17 11:19:37 -0400
commitb469387fc09a00e1ea9c7e010fafdcf117299cad (patch)
treee6dbfa51c042842fbf9e56a5ed34c51fa47abf88 /contrib/postgres_fdw/postgres_fdw.c
parent28c56553cb39174d0d33e5ed8200dc5e508ba5d8 (diff)
downloadpostgresql-b469387fc09a00e1ea9c7e010fafdcf117299cad.tar.gz
postgresql-b469387fc09a00e1ea9c7e010fafdcf117299cad.zip
Remove bogus line from comment.
Spotted by Tom Lane Discussion: http://postgr.es/m/27897.1502901074@sss.pgh.pa.us
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
-rw-r--r--contrib/postgres_fdw/postgres_fdw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c
index d77c2a70e41..a30afca1d69 100644
--- a/contrib/postgres_fdw/postgres_fdw.c
+++ b/contrib/postgres_fdw/postgres_fdw.c
@@ -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.
*/