Commit 79f457e5 authored by Robert Haas's avatar Robert Haas

Remove bogus line from comment.

Spotted by Tom Lane

Discussion: http://postgr.es/m/27897.1502901074@sss.pgh.pa.us
parent 963af969
...@@ -4497,7 +4497,6 @@ postgresGetForeignJoinPaths(PlannerInfo *root, ...@@ -4497,7 +4497,6 @@ postgresGetForeignJoinPaths(PlannerInfo *root,
* the path list of the joinrel, if one exists. We must be careful to * the path list of the joinrel, if one exists. We must be careful to
* call it before adding any ForeignPath, since the ForeignPath might * call it before adding any ForeignPath, since the ForeignPath might
* dominate the only suitable local path available. We also do it before * 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 * calling foreign_join_ok(), since that function updates fpinfo and marks
* it as pushable if the join is found to be pushable. * it as pushable if the join is found to be pushable.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment