forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0f19d0f
committed
Remove long-dead support for platforms without sig_atomic_t.
C89 requires <signal.h> to define sig_atomic_t, and there is no evidencein the buildfarm that any supported platforms don't comply. Remove theconfigure test to stop wasting build cycles on a purely historical issue.(Once upon a time, we cared about supporting C89-compliant compilers onmachines with pre-C89 system headers, but that use-case has been dead forquite a few years.)I have some other fixes planned in this area, but let's start with thisto see if the buildfarm produces any surprising results.1 parent794e255 commit0f19d0f
File tree
5 files changed
+0
-29
lines changed- src/include
5 files changed
+0
-29
lines changedLines changed: 0 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14151 | 14151 |
| |
14152 | 14152 |
| |
14153 | 14153 |
| |
14154 |
| - | |
14155 |
| - | |
14156 |
| - | |
14157 |
| - | |
14158 |
| - | |
14159 |
| - | |
14160 |
| - | |
14161 |
| - | |
14162 |
| - | |
14163 |
| - | |
14164 |
| - | |
14165 |
| - | |
14166 |
| - | |
14167 |
| - | |
14168 | 14154 |
| |
14169 | 14155 |
| |
14170 | 14156 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1831 | 1831 |
| |
1832 | 1832 |
| |
1833 | 1833 |
| |
1834 |
| - | |
1835 |
| - | |
1836 |
| - | |
1837 |
| - | |
1838 | 1834 |
| |
1839 | 1835 |
| |
1840 | 1836 |
| |
|
Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
334 | 334 |
| |
335 | 335 |
| |
336 | 336 |
| |
337 |
| - | |
338 |
| - | |
339 |
| - | |
340 |
| - | |
341 |
| - | |
342 | 337 |
| |
343 | 338 |
| |
344 | 339 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
449 | 449 |
| |
450 | 450 |
| |
451 | 451 |
| |
452 |
| - | |
453 |
| - | |
454 |
| - | |
455 | 452 |
| |
456 | 453 |
| |
457 | 454 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
322 | 322 |
| |
323 | 323 |
| |
324 | 324 |
| |
325 |
| - | |
326 |
| - | |
327 |
| - | |
328 | 325 |
| |
329 | 326 |
| |
330 | 327 |
| |
|
0 commit comments
Comments
(0)