From: Etsuro Fujita Date: Mon, 13 May 2019 08:30:38 +0000 (+0900) Subject: postgres_fdw: Fix typo in comment. X-Git-Tag: REL_10_9~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c16a2bfdcd8d477c8ff39c5eeb7d3b87fe0d60b;p=postgresql postgres_fdw: Fix typo in comment. --- diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c index 24c5f09692..b2698ef3be 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