8000 postgres_fdw: Fix typo in comment. · postgrespro/postgres_cluster@cc86694 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cc86694

Browse files
author
Etsuro Fujita
committed
postgres_fdw: Fix typo in comment.
1 parent f86b0c3 commit cc86694

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
@@ -2598,7 +2598,7 @@ postgresExplainDirectModify(ForeignScanState *node, ExplainState *es)
25982598
* fpextra specifies additional post-scan/join-processing steps such as the
25992599
* final sort and the LIMIT restriction.
26002600
*
2601-
* The function returns the cost and size estimates in p_row, p_width,
2601+
* The function returns the cost and size estimates in p_rows, p_width,
26022602
* p_startup_cost and p_total_cost variables.
26032603
*/
26042604
static void

0 commit comments

Comments
 (0)
0