aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2018-11-28 07:34:10 -0500
committerBruce Momjian <bruce@momjian.us>2018-11-28 07:34:10 -0500
commiteae9143d9a70116a8ac4b3195454942140e5afb5 (patch)
treea11e4036b0daee9492f7e7ffe1240caa91e7530a /contrib/postgres_fdw/postgres_fdw.c
parent0f9cdd7dca694d487ab663d463b308919f591c02 (diff)
downloadpostgresql-eae9143d9a70116a8ac4b3195454942140e5afb5.tar.gz
postgresql-eae9143d9a70116a8ac4b3195454942140e5afb5.zip
C comment: remove extra '*'
Reported-by: Etsuro Fujita Discussion: https://postgr.es/m/5BFE34DE.1080404@lab.ntt.co.jp Author: Etsuro Fujita Backpatch-through: 10
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
-rw-r--r--contrib/postgres_fdw/postgres_fdw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c
index a5830bb89b3..d22c974f0fa 100644
--- 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
*-----