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
- 0002-Remove-duplicate-break-in-find_struct_member-s-switc.patch (text/x-patch) patch 0002
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
-
Remove duplicate lines of code
- a63b821c1375 15.3 landed
- 69537f5d17ea 16.0 landed
- 50b23e437477 13.11 landed
- 34e09e71aca5 14.8 landed
- 082e571c6503 12.15 landed
- 082b59335dbb 11.20 landed