projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f9cdd7
)
C comment: remove extra '*'
author
Bruce Momjian
<
[email protected]
>
Wed, 28 Nov 2018 12:34:10 +0000
(07:34 -0500)
committer
Bruce Momjian
<
[email protected]
>
Wed, 28 Nov 2018 12:34:10 +0000
(07:34 -0500)
Reported-by: Etsuro Fujita
Discussion: https://postgr.es/m/
5BFE34DE
.
1080404
@lab.ntt.co.jp
Author: Etsuro Fujita
Backpatch-through: 10
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 a5830bb89b3ce109d541da4c91157e23872cbffd..d22c974f0fa5f9d5d160063b4c7f91e64d14fa05 100644
(file)
--- a/
contrib/postgres_fdw/postgres_fdw.c
+++ b/
contrib/postgres_fdw/postgres_fdw.c
@@
-2887,7
+2887,7
@@
estimate_path_cost_size(PlannerInfo *root,
/*-----
* Startup cost includes:
- * 1. Startup cost for underneath input
*
relation
+ * 1. Startup cost for underneath input relation
* 2. Cost of performing aggregation, per cost_agg()
* 3. Startup cost for PathTarget eval
*-----