postgresql/src/bin
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
..
initdb Fix initdb's handling of min_wal_size and max_wal_size. 2023-03-22 16:37:41 -04:00
pg_amcheck Fix new test case to work on (some?) big-endian architectures. 2023-03-22 17:14:21 -04:00
pg_archivecleanup Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_basebackup meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackup 2023-03-08 17:04:15 -08:00
pg_checksums Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_config Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_controldata Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_ctl Break up long GETTEXT_FILES lists 2023-03-08 15:05:43 +01:00
pg_dump Simplify and speed up pg_dump's creation of parent-table links. 2023-03-17 13:43:10 -04:00
pg_resetwal Break up long GETTEXT_FILES lists 2023-03-08 15:05:43 +01:00
pg_rewind Break up long GETTEXT_FILES lists 2023-03-08 15:05:43 +01:00
pg_test_fsync Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_test_timing Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_upgrade Avoid using atooid for numerical comparisons which arent Oids 2023-03-21 12:57:21 +01:00
pg_verifybackup Add support for progress reporting to pg_verifybackup 2023-02-06 14:40:31 +09:00
pg_waldump pg_waldump: Allow hexadecimal values for -t/--timeline option 2023-03-21 08:05:23 +01:00
pgbench pgbench: Prepare commands in pipelines in advance 2023-02-21 10:56:37 +01:00
pgevent Update copyright for 2023 2023-01-02 15:00:37 -05:00
psql Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql. 2023-03-21 13:03:56 -04:00
scripts initdb: derive encoding from locale for ICU; similar to libc. 2023-03-10 10:51:24 -08:00
Makefile Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00