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
This commit is contained in:
Bruce Momjian 2018-11-28 07:34:10 -05:00
parent 0640d9517e
commit 48cf9184ce

View File

@ -2879,7 +2879,7 @@ estimate_path_cost_size(PlannerInfo *root,
/*----- /*-----
* Startup cost includes: * 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() * 2. Cost of performing aggregation, per cost_agg()
* 3. Startup cost for PathTarget eval * 3. Startup cost for PathTarget eval
*----- *-----