Re: duplicate function declaration in multirangetypes_selfuncs.c

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Anton Voloshin <a(dot)voloshin(at)postgrespro(dot)ru>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Alexander Korotkov <aekorotkov(at)gmail(dot)com>
Subject: Re: duplicate function declaration in multirangetypes_selfuncs.c
Date: 2023-04-21 10:34:11
Message-ID: E5E68A38-772B-4593-93C8-E09100DE3C8C@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 21 Apr 2023, at 12:32, Anton Voloshin <a(dot)voloshin(at)postgrespro(dot)ru> wrote:

> we have a duplicate line, declaration of default_multirange_selectivity() in
> src/backend/utils/adt/multirangetypes_selfuncs.c:
>
> static double default_multirange_selectivity(Oid operator);
> static double default_multirange_selectivity(Oid operator);

Nice catch.

> No harm from this duplication, still, I suggest to clean it up for tidiness' sake.

+1

--
Daniel Gustafsson

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Borisov 2023-04-21 10:45:16 Re: duplicate function declaration in multirangetypes_selfuncs.c
Previous Message Anton Voloshin 2023-04-21 10:32:01 duplicate function declaration in multirangetypes_selfuncs.c