Skip to content

Commit 79f457e

Browse files
committed
Remove bogus line from comment.
Spotted by Tom Lane Discussion: http://postgr.es/m/[email protected]
1 parent 963af96 commit 79f457e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/postgres_fdw/postgres_fdw.c

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

0 commit comments

Comments
 (0)