1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

postgres_fdw: Fix typo in comment.

This commit is contained in:
Etsuro Fujita 2019-05-13 17:30:40 +09:00
parent 2a3dbc151b
commit af16f0a704

View File

@ -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