summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2018-11-28 12:34:10 +0000
committerBruce Momjian2018-11-28 12:34:10 +0000
commit48cf9184ce9574363b310eaf65c7c939a5d40e76 (patch)
tree9d170f0429908a00e715765d81268589e77fb5ac
parent0640d9517e7e6804851a5f0d2520d51fc6faf014 (diff)
C comment: remove extra '*'
Reported-by: Etsuro Fujita Discussion: https://postgr.es/m/[email protected] Author: Etsuro Fujita Backpatch-through: 10
-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 48fdcda7a5..47ae7e429e 100644
--- a/contrib/postgres_fdw/postgres_fdw.c
+++ b/contrib/postgres_fdw/postgres_fdw.c
@@ -2879,7 +2879,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
*-----