Re: duplicate function declaration in multirangetypes_selfuncs.c

From: Anton Voloshin <a(dot)voloshin(at)postgrespro(dot)ru>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, Pavel Borisov <pashkin(dot)elfe(at)gmail(dot)com>, Alexander Korotkov <aekorotkov(at)gmail(dot)com>
Subject: Re: duplicate function declaration in multirangetypes_selfuncs.c
Date: 2023-04-21 10:58:34
Message-ID: 6802abf8-9a3a-2c7b-5e28-a4279e3daf04@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 21/04/2023 13:45, Pavel Borisov wrote:
> The patch is attached. Anyone to commit?

Speaking of duplicates, I just found another one:
> break;
> break;
in src/interfaces/ecpg/preproc/variable.c
(in all stable branches).

Sorry for missing it in the previous letter.

Additional patch attached. Or both could go in the same commit, it's up
to committer.

--
Anton Voloshin
Postgres Professional, The Russian Postgres Company
https://postgrespro.ru

Attachment Content-Type Size
0002-Remove-duplicate-break-in-find_struct_member-s-switc.patch text/x-patch 1.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2023-04-21 11:10:56 Re: New committers: Nathan Bossart, Amit Langote, Masahiko Sawada
Previous Message Daniel Gustafsson 2023-04-21 10:55:44 Re: Reorder connection markers in libpq TAP tests