aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-11-04 09:03:42 -0400
committerRobert Haas <rhaas@postgresql.org>2016-11-04 09:03:42 -0400
commit7016e4c4f59c30d22f308dd29e8a5014d6427f69 (patch)
tree3e23f467abe28dac9664eacadb19d3115dced737 /contrib/postgres_fdw/postgres_fdw.c
parent97f16b87028b1af8606094d80bb92b24318ce1db (diff)
downloadpostgresql-7016e4c4f59c30d22f308dd29e8a5014d6427f69.tar.gz
postgresql-7016e4c4f59c30d22f308dd29e8a5014d6427f69.zip
postgres_fdw: Fix typo in comment.
Etsuro Fujita
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
-rw-r--r--contrib/postgres_fdw/postgres_fdw.c2
1 files changed, 1 insertions, 1 deletions
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