forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit082e571
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 parent5bcb15b commit082e571
1 file changed
+0
-1
lines changedLines 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)