forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdd16f94
committed
Remove unreachable code
The Solaris Studio compiler warns about these instances, unlike moremainstream compilers such as gcc. But manual inspection showed thatthe code is clearly not reachable, and we hope no worthy compiler willcomplain about removing this code.1 parenta76c857 commitdd16f94
File tree
20 files changed
+2
-43
lines changed- contrib
- hstore
- intarray
- ltree
- src
- backend
- access
- gin
- gist
- executor
- libpq
- storage/buffer
- tcop
- tsearch
- utils/adt
- bin
- pg_basebackup
- psql
- interfaces/ecpg/ecpglib
- pl/plpgsql/src
20 files changed
+2
-43
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
167 |
| - | |
168 | 166 |
| |
169 | 167 |
| |
170 | 168 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
140 | 139 |
| |
141 | 140 |
| |
142 | 141 |
| |
| |||
301 | 300 |
| |
302 | 301 |
| |
303 | 302 |
| |
304 |
| - | |
305 | 303 |
| |
306 | 304 |
| |
307 | 305 |
| |
| |||
404 | 402 |
| |
405 | 403 |
| |
406 | 404 |
| |
407 |
| - | |
408 | 405 |
| |
409 | 406 |
| |
410 | 407 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 |
| - | |
221 |
| - | |
222 | 220 |
| |
223 | 221 |
| |
224 | 222 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
143 | 142 |
| |
144 | 143 |
| |
145 | 144 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 | 43 |
| |
45 | 44 |
| |
46 | 45 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 | 149 |
| |
153 | 150 |
| |
154 | 151 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
354 | 354 |
| |
355 | 355 |
| |
356 | 356 |
| |
357 |
| - | |
358 |
| - | |
359 | 357 |
| |
360 | 358 |
| |
361 | 359 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
535 | 535 |
| |
536 | 536 |
| |
537 | 537 |
| |
538 |
| - | |
539 |
| - | |
540 | 538 |
| |
541 | 539 |
| |
542 | 540 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 | 187 |
| |
191 | 188 |
| |
192 | 189 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
204 |
| - | |
205 |
| - | |
| 204 | + | |
206 | 205 |
| |
| 206 | + | |
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
|
0 commit comments
Comments
(0)