postgres_fdw: Fix typo in comment.

REL_10_STABLE
Etsuro Fujita 7 years ago
parent 940f647925
commit 7c16a2bfdc
  1. 2
      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

Loading…
Cancel
Save