postgresql/src/bin/pg_amcheck/t
Tom Lane c75a623304 Fix new test case to work on (some?) big-endian architectures.
Use of pack("L") gets around the basic endian problem, but it doesn't
deal with the fact that the order of the bitfields within the struct
may differ.  This patch fixes it to work with gcc on NetBSD/macppc,
but I wonder whether that will be enough --- in principle, there
could be four different combinations of bitpatterns needed here.

Discussion: https://postgr.es/m/1650745.1679513221@sss.pgh.pa.us
2023-03-22 17:14:21 -04:00
..
001_basic.pl Update copyright for 2023 2023-01-02 15:00:37 -05:00
002_nonesuch.pl Update copyright for 2023 2023-01-02 15:00:37 -05:00
003_check.pl Update copyright for 2023 2023-01-02 15:00:37 -05:00
004_verify_heapam.pl Fix new test case to work on (some?) big-endian architectures. 2023-03-22 17:14:21 -04:00
005_opclass_damage.pl Update copyright for 2023 2023-01-02 15:00:37 -05:00