projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a3dbc1
)
postgres_fdw: Fix typo in comment.
author
Etsuro Fujita
<
[email protected]
>
Mon, 13 May 2019 08:30:40 +0000
(17:30 +0900)
committer
Etsuro Fujita
<
[email protected]
>
Mon, 13 May 2019 08:30:40 +0000
(17:30 +0900)
contrib/postgres_fdw/postgres_fdw.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/postgres_fdw/postgres_fdw.c
b/contrib/postgres_fdw/postgres_fdw.c
index 1326fcf8226b3bd646978779afc300062dca3f62..7630b154376d91411ab59810f5497c92b873df91 100644
(file)
--- a/
contrib/postgres_fdw/postgres_fdw.c
+++ b/
contrib/postgres_fdw/postgres_fdw.c
@@
-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_row
s
, p_width,
* p_startup_cost and p_total_cost variables.
*/
static void