C comment: remove extra '*'
authorBruce Momjian <bruce@momjian.us>
Wed, 28 Nov 2018 12:34:10 +0000 (07:34 -0500)
committerBruce Momjian <bruce@momjian.us>
Wed, 28 Nov 2018 12:34:10 +0000 (07:34 -0500)
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

index 5bc8bca45f8d9b709fa3a66387580036db857406..757f440880339858ec89b5a961635e13f506e51a 100644 (file)
@@ -2737,7 +2737,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
             *-----