summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtsuro Fujita2019-05-13 08:30:40 +0000
committerEtsuro Fujita2019-05-13 08:30:40 +0000
commitaf16f0a7045da816d33d8b23045eca5c2473342c (patch)
treec0681016a984fc10d40537eb01eaeeed05139e93
parent2a3dbc151b712a18ef02c03c8bb31b6608c7b56d (diff)
postgres_fdw: Fix typo in comment.
-rw-r--r--contrib/postgres_fdw/postgres_fdw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c
index 1326fcf8226..7630b154376 100644
--- a/contrib/postgres_fdw/postgres_fdw.c
+++ b/contrib/postgres_fdw/postgres_fdw.c
@@ -2477,7 +2477,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