From 48cf9184ce9574363b310eaf65c7c939a5d40e76 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 28 Nov 2018 07:34:10 -0500 Subject: [PATCH] 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 --- contrib/postgres_fdw/postgres_fdw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *-----