projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97f16b8
)
postgres_fdw: Fix typo in comment.
author
Robert Haas
<
[email protected]
>
Fri, 4 Nov 2016 13:03:42 +0000
(09:03 -0400)
committer
Robert Haas
<
[email protected]
>
Fri, 4 Nov 2016 13:03:42 +0000
(09:03 -0400)
Etsuro Fujita
contrib/postgres_fdw/postgres_fdw.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/postgres_fdw/postgres_fdw.c
b/contrib/postgres_fdw/postgres_fdw.c
index 2cfb82bf598c21b96f3cd9c0968509c9ea7334cb..fbe69295e7b899c4a5e773d197b2e2e76fdb9015 100644
(file)
--- 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