projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f86b0c3
)
postgres_fdw: Fix typo in comment.
author
Etsuro Fujita
Mon, 13 May 2019 08:30:35 +0000
(17:30 +0900)
committer
Etsuro Fujita
Mon, 13 May 2019 08:30:35 +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 4cbfb12a66442cb3a4a87abafec07da75093ad19..2b6d885efed1b9e3659a435f1ae36c41c20017d1 100644
(file)
--- a/
contrib/postgres_fdw/postgres_fdw.c
+++ b/
contrib/postgres_fdw/postgres_fdw.c
@@
-2598,7
+2598,7
@@
postgresExplainDirectModify(ForeignScanState *node, ExplainState *es)
* fpextra specifies additional post-scan/join-processing steps such as the
* final sort and the LIMIT restriction.
*
- * 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