Skip to content

Commit 7c16a2b

Browse files
author
Etsuro Fujita
committed
postgres_fdw: Fix typo in comment.
1 parent 940f647 commit 7c16a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/postgres_fdw/postgres_fdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2510,7 +2510,7 @@ postgresExplainDirectModify(ForeignScanState *node, ExplainState *es)
25102510
* param_join_conds are the parameterization clauses with outer relations.
25112511
* pathkeys specify the expected sort order if any for given path being costed.
25122512
*
2513-
* The function returns the cost and size estimates in p_row, p_width,
2513+
* The function returns the cost and size estimates in p_rows, p_width,
25142514
* p_startup_cost and p_total_cost variables.
25152515
*/
25162516
static void

0 commit comments

Comments
 (0)