forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc75a623
committed
Fix new test case to work on (some?) big-endian architectures.
Use of pack("L") gets around the basic endian problem, but it doesn'tdeal with the fact that the order of the bitfields within the structmay differ. This patch fixes it to work with gcc on NetBSD/macppc,but I wonder whether that will be enough --- in principle, therecould be four different combinations of bitpatterns needed here.Discussion:https://postgr.es/m/1650745.1679513221@sss.pgh.pa.us1 parentb48af6d commitc75a623
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
630 | 630 |
| |
631 | 631 |
| |
632 | 632 |
| |
633 |
| - | |
| 633 | + | |
634 | 634 |
| |
635 | 635 |
| |
636 | 636 |
| |
| |||
647 | 647 |
| |
648 | 648 |
| |
649 | 649 |
| |
650 |
| - | |
| 650 | + | |
651 | 651 |
| |
652 | 652 |
| |
653 | 653 |
| |
|
0 commit comments
Comments
(0)