diff options
author | Robert Haas <rhaas@postgresql.org> | 2017-01-27 17:22:40 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2017-01-27 17:22:40 -0500 |
commit | 4bf371cf2a894abeda672996f24dc6603ceddc3c (patch) | |
tree | a109a09f0d66d83797dc709f9e9e0a7ef5a6bd77 /contrib/postgres_fdw/postgres_fdw.c | |
parent | da08a659897347859fdfe258c67e9d2bf680d4dd (diff) | |
download | postgresql-4bf371cf2a894abeda672996f24dc6603ceddc3c.tar.gz postgresql-4bf371cf2a894abeda672996f24dc6603ceddc3c.zip |
Fix typo in comment.
Etsuro Fujita
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
-rw-r--r-- | contrib/postgres_fdw/postgres_fdw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c index f396a227f7e..5d270b948a9 100644 --- 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 || |