From: Robert Haas Date: Fri, 4 Nov 2016 13:03:42 +0000 (-0400) Subject: postgres_fdw: Fix typo in comment. X-Git-Tag: REL_10_BETA1~1465 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7016e4c4f59c30d22f308dd29e8a5014d6427f69;p=thirdparty%2Fpostgresql.git postgres_fdw: Fix typo in comment. Etsuro Fujita --- diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c index 2cfb82bf598..fbe69295e7b 100644 --- a/contrib/postgres_fdw/postgres_fdw.c +++ b/contrib/postgres_fdw/postgres_fdw.c @@ -4156,7 +4156,7 @@ foreign_join_ok(PlannerInfo *root, RelOptInfo *joinrel, JoinType jointype, * other remote clauses. For LEFT and RIGHT OUTER join, the clauses from * the outer side are added to remote_conds since those can be evaluated * after the join is evaluated. The clauses from inner side are added to - * the joinclauses, since they need to evaluated while constructing the + * the joinclauses, since they need to be evaluated while constructing the * join. * * For a FULL OUTER JOIN, the other clauses from either relation can not