Re: duplicate function declaration in multirangetypes_selfuncs.c

Anton Voloshin <a.voloshin@postgrespro.ru>

From: Anton Voloshin <a.voloshin@postgrespro.ru>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Cc: Daniel Gustafsson <daniel@yesql.se>, Pavel Borisov <pashkin.elfe@gmail.com>, Alexander Korotkov <aekorotkov@gmail.com>
Date: 2023-04-21T10:58:34Z
Lists: pgsql-hackers

Attachments

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

Commits

  1. Remove duplicate lines of code