Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4bf371c

Browse files
committed
Fix typo in comment.
Etsuro Fujita
1 parent da08a65 commit 4bf371c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/postgres_fdw/postgres_fdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4216,7 +4216,7 @@ foreign_join_ok(PlannerInfo *root, RelOptInfo *joinrel, JoinType jointype,
42164216
/*
42174217
* If user is willing to estimate cost for a scan of either of the joining
42184218
* relations using EXPLAIN, he intends to estimate scans on that relation
4219-
* more accurately. Then, it makes sense to estimate the cost the join
4219+
* more accurately. Then, it makes sense to estimate the cost of the join
42204220
* with that relation more accurately using EXPLAIN.
42214221
*/
42224222
fpinfo->use_remote_estimate = fpinfo_o->use_remote_estimate ||

0 commit comments

Comments
 (0)