Skip to content

Commit 6ba0ff4

Browse files
author
Etsuro Fujita
committed
postgres_fdw: Fix typo in comment.
1 parent 72ce7ac commit 6ba0ff4

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
@@ -2689,7 +2689,7 @@ postgresExplainDirectModify(ForeignScanState *node, ExplainState *es)
26892689
* param_join_conds are the parameterization clauses with outer relations.
26902690
* pathkeys specify the expected sort order if any for given path being costed.
26912691
*
2692-
* The function returns the cost and size estimates in p_row, p_width,
2692+
* The function returns the cost and size estimates in p_rows, p_width,
26932693
* p_startup_cost and p_total_cost variables.
26942694
*/
26952695
static void

0 commit comments

Comments
 (0)