postgres_fdw: Fix typo in comment.

This commit is contained in:
Etsuro Fujita 2019-05-13 17:30:37 +09:00
parent 72ce7acaf3
commit 6ba0ff47cd

View File

@ -2689,7 +2689,7 @@ postgresExplainDirectModify(ForeignScanState *node, ExplainState *es)
* param_join_conds are the parameterization clauses with outer relations. * param_join_conds are the parameterization clauses with outer relations.
* pathkeys specify the expected sort order if any for given path being costed. * 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. * p_startup_cost and p_total_cost variables.
*/ */
static void static void