Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 48cf918

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 0640d95 commit 48cf918

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
@@ -2879,7 +2879,7 @@ estimate_path_cost_size(PlannerInfo *root,
28792879

28802880
/*-----
28812881
* Startup cost includes:
2882-
* 1. Startup cost for underneath input * relation
2882+
* 1. Startup cost for underneath input relation
28832883
* 2. Cost of performing aggregation, per cost_agg()
28842884
* 3. Startup cost for PathTarget eval
28852885
*-----

0 commit comments

Comments
 (0)