diff options
author | Etsuro Fujita <efujita@postgresql.org> | 2019-05-13 17:30:37 +0900 |
---|---|---|
committer | Etsuro Fujita <efujita@postgresql.org> | 2019-05-13 17:30:37 +0900 |
commit | 6ba0ff47cd9a7e86298dca3ead112eb27ae21265 (patch) | |
tree | 1fb92930d30acbb36c3a19c62dbf31b64c77552a | |
parent | 72ce7acaf3e60da712f0de1916704a4aec06600d (diff) | |
download | postgresql-6ba0ff47cd9a7e86298dca3ead112eb27ae21265.tar.gz postgresql-6ba0ff47cd9a7e86298dca3ead112eb27ae21265.zip |
postgres_fdw: Fix typo in comment.
-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 27d2b0a2ddf..ae1deab4eec 100644 --- a/contrib/postgres_fdw/postgres_fdw.c +++ b/contrib/postgres_fdw/postgres_fdw.c @@ -2689,7 +2689,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 |