]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove duplicate lines of code
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 24 Apr 2023 09:16:17 +0000 (11:16 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 24 Apr 2023 09:16:17 +0000 (11:16 +0200)
commit50b23e4374775749e35f84469a9cd080928ef333
tree439a5b42528ffcdae1fcc0bc4f4b0ba1dacf9617
parent48c6825d0ec8a5021e95aea666944e9345ceb77d
Remove duplicate lines of code

Commit 6df7a9698bb accidentally included two identical prototypes for
default_multirange_selectivi() and commit 086cf1458c6 added a break;
statement where one was already present, thus duplicating it.  While
there is no bug caused by this, fix by removing the duplicated lines
as they provide no value.

Backpatch the fix for duplicate prototypes to v14 and the duplicate
break statement fix to all supported branches to avoid backpatching
hazards due to the removal.

Reported-by: Anton Voloshin <a.voloshin@postgrespro.ru>
Discussion: https://postgr.es/m/0e69cb60-0176-f6d0-7e15-6478b7d85724@postgrespro.ru
src/interfaces/ecpg/preproc/variable.c