diff options
author | Etsuro Fujita <efujita@postgresql.org> | 2019-05-13 17:30:35 +0900 |
---|---|---|
committer | Etsuro Fujita <efujita@postgresql.org> | 2019-05-13 17:30:35 +0900 |
commit | cc866941ad4583f07e5637c145f6f6ee8a573e11 (patch) | |
tree | 378754ce24dc01290024058a3e6f139fa4214ce2 /contrib/postgres_fdw/postgres_fdw.c | |
parent | f86b0c3c465319b80d71db7d7a9de636950e104a (diff) | |
download | postgresql-cc866941ad4583f07e5637c145f6f6ee8a573e11.tar.gz postgresql-cc866941ad4583f07e5637c145f6f6ee8a573e11.zip |
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 4cbfb12a664..2b6d885efed 100644 --- a/contrib/postgres_fdw/postgres_fdw.c +++ b/contrib/postgres_fdw/postgres_fdw.c @@ -2598,7 +2598,7 @@ postgresExplainDirectModify(ForeignScanState *node, ExplainState *es) * fpextra specifies additional post-scan/join-processing steps such as the * final sort and the LIMIT restriction. * - * 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 |