projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da08a65
)
Fix typo in comment.
author
Robert Haas
<rhaas@postgresql.org>
Fri, 27 Jan 2017 22:22:40 +0000
(17:22 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Fri, 27 Jan 2017 22:22:40 +0000
(17:22 -0500)
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 f396a227f7e66b7c67095b91c619eee3cdb342dc..5d270b948a97f8c22329abbc04b8a146196891e7 100644
(file)
--- a/
contrib/postgres_fdw/postgres_fdw.c
+++ b/
contrib/postgres_fdw/postgres_fdw.c
@@
-4216,7
+4216,7
@@
foreign_join_ok(PlannerInfo *root, RelOptInfo *joinrel, JoinType jointype,
/*
* If user is willing to estimate cost for a scan of either of the joining
* relations using EXPLAIN, he intends to estimate scans on that relation
- * more accurately. Then, it makes sense to estimate the cost the join
+ * more accurately. Then, it makes sense to estimate the cost
of
the join
* with that relation more accurately using EXPLAIN.
*/
fpinfo->use_remote_estimate = fpinfo_o->use_remote_estimate ||