Skip to content

Commit 7c688d0

Browse files
committed
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
1 parent 96ed0b8 commit 7c688d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/postgres_fdw/postgres_fdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2737,7 +2737,7 @@ estimate_path_cost_size(PlannerInfo *root,
27372737

27382738
/*-----
27392739
* Startup cost includes:
2740-
* 1. Startup cost for underneath input * relation
2740+
* 1. Startup cost for underneath input relation
27412741
* 2. Cost of performing aggregation, per cost_agg()
27422742
* 3. Startup cost for PathTarget eval
27432743
*-----

0 commit comments

Comments
 (0)