diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-11-28 07:34:10 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-11-28 07:34:10 -0500 |
commit | 7c688d068f55c9ed8159f6b5e68025f88cfc1abc (patch) | |
tree | b4bd444daa26cd6af196992e249dbc2905350223 /contrib/postgres_fdw/postgres_fdw.c | |
parent | 96ed0b87045486ca0465f4ea444515754d0915a0 (diff) | |
download | postgresql-7c688d068f55c9ed8159f6b5e68025f88cfc1abc.tar.gz postgresql-7c688d068f55c9ed8159f6b5e68025f88cfc1abc.zip |
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
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
-rw-r--r-- | contrib/postgres_fdw/postgres_fdw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c index 5bc8bca45f8..757f4408803 100644 --- a/contrib/postgres_fdw/postgres_fdw.c +++ b/contrib/postgres_fdw/postgres_fdw.c @@ -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 *----- |