diff options
author | Etsuro Fujita <efujita@postgresql.org> | 2019-05-13 17:30:38 +0900 |
---|---|---|
committer | Etsuro Fujita <efujita@postgresql.org> | 2019-05-13 17:30:38 +0900 |
commit | 7c16a2bfdcd8d477c8ff39c5eeb7d3b87fe0d60b (patch) | |
tree | fb7523b4a0833a744b06eb06d96d57b92b50ffef /contrib/postgres_fdw/postgres_fdw.c | |
parent | 940f6479257d5ad297d08d9a205d057b108dca92 (diff) |
postgres_fdw: Fix typo in comment.
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 24c5f096925..b2698ef3be0 100644 --- a/contrib/postgres_fdw/postgres_fdw.c +++ b/contrib/postgres_fdw/postgres_fdw.c @@ -2510,7 +2510,7 @@ postgresExplainDirectModify(ForeignScanState *node, ExplainState *es) * param_join_conds are the parameterization clauses with outer relations. * pathkeys specify the expected sort order if any for given path being costed. * - * The function returns the cost and size estimates in p_row, p_width, + * The function returns the cost and size estimates in p_rows, p_width, * p_startup_cost and p_total_cost variables. */ static void |