forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit34e09e7
committed
Remove duplicate lines of code
Commit6df7a96 accidentally included two identical prototypes fordefault_multirange_selectivi() and commit086cf14 added a break;statement where one was already present, thus duplicating it. Whilethere is no bug caused by this, fix by removing the duplicated linesas they provide no value.Backpatch the fix for duplicate prototypes to v14 and the duplicatebreak statement fix to all supported branches to avoid backpatchinghazards due to the removal.Reported-by: Anton Voloshin <a.voloshin@postgrespro.ru>Discussion:https://postgr.es/m/0e69cb60-0176-f6d0-7e15-6478b7d85724@postgrespro.ru1 parentf4a4a18 commit34e09e7
File tree
2 files changed
+0
-2
lines changed- src
- backend/utils/adt
- interfaces/ecpg/preproc
2 files changed
+0
-2
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 | 38 |
| |
40 | 39 |
| |
41 | 40 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
109 | 108 |
| |
110 | 109 |
| |
111 | 110 |
| |
|
0 commit comments
Comments
(0)