forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd15cb38
committed
Alter the configure script to fail immediately if the C compiler does not
provide a working 64-bit integer datatype. As recently noted, we've beenbroken on such platforms since early in the 8.4 development cycle. Sinceit took nearly two years for anyone to even notice, it seems that therationale for continuing to support such platforms has reached the pointof non-existence. Rather than thrashing around to try to make it workagain, we'll just admit up front that this no longer works.Back-patch to 8.4 since that branch is also broken.We should go around to remove INT64_IS_BUSTED support, but just in HEAD,so that seems like material for a separate commit.1 parenta6f56ef commitd15cb38
3 files changed
+17
-40
lines changedLines changed: 6 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22385 | 22385 |
| |
22386 | 22386 |
| |
22387 | 22387 |
| |
| 22388 | + | |
22388 | 22389 |
| |
22389 | 22390 |
| |
22390 | 22391 |
| |
| |||
22657 | 22658 |
| |
22658 | 22659 |
| |
22659 | 22660 |
| |
| 22661 | + | |
| 22662 | + | |
| 22663 | + | |
| 22664 | + | |
| 22665 | + | |
22660 | 22666 |
| |
22661 | 22667 |
| |
22662 | 22668 |
| |
| |||
26542 | 26548 |
| |
26543 | 26549 |
| |
26544 | 26550 |
| |
26545 |
| - | |
26546 |
| - | |
26547 |
| - | |
26548 |
| - | |
26549 |
| - | |
26550 |
| - | |
26551 |
| - | |
26552 |
| - | |
26553 |
| - | |
26554 |
| - | |
26555 |
| - | |
26556 |
| - | |
26557 |
| - | |
26558 |
| - | |
26559 |
| - | |
26560 |
| - | |
26561 |
| - | |
26562 |
| - | |
26563 |
| - | |
26564 |
| - | |
26565 | 26551 |
| |
26566 | 26552 |
| |
26567 | 26553 |
| |
|
Lines changed: 9 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
1499 | 1499 |
| |
1500 | 1500 |
| |
1501 | 1501 |
| |
| 1502 | + | |
| 1503 | + | |
| 1504 | + | |
1502 | 1505 |
| |
1503 | 1506 |
| |
1504 | 1507 |
| |
1505 | 1508 |
| |
| 1509 | + | |
| 1510 | + | |
| 1511 | + | |
1506 | 1512 |
| |
1507 | 1513 |
| |
1508 | 1514 |
| |
| |||
1546 | 1552 |
| |
1547 | 1553 |
| |
1548 | 1554 |
| |
1549 |
| - | |
| 1555 | + | |
1550 | 1556 |
| |
1551 | 1557 |
| |
1552 |
| - | |
| 1558 | + | |
1553 | 1559 |
| |
1554 | 1560 |
| |
1555 | 1561 |
| |
| |||
1632 | 1638 |
| |
1633 | 1639 |
| |
1634 | 1640 |
| |
1635 |
| - | |
1636 |
| - | |
1637 |
| - | |
1638 |
| - | |
1639 |
| - | |
1640 |
| - | |
1641 |
| - | |
1642 |
| - | |
1643 |
| - | |
1644 |
| - | |
1645 |
| - | |
1646 |
| - | |
1647 |
| - | |
1648 |
| - | |
1649 | 1641 |
| |
1650 | 1642 |
| |
1651 | 1643 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
647 | 647 |
| |
648 | 648 |
| |
649 | 649 |
| |
650 |
| - | |
| 650 | + | |
651 | 651 |
| |
652 | 652 |
| |
653 | 653 |
| |
| |||
732 | 732 |
| |
733 | 733 |
| |
734 | 734 |
| |
735 |
| - | |
736 |
| - | |
| 735 | + | |
737 | 736 |
| |
738 | 737 |
| |
739 | 738 |
| |
|
0 commit comments
Comments
(0)