Don't use Perl pack('Q') in 039_end_of_wal.pl.

Thomas Munro <tmunro@postgresql.org>

Commit: afa504ba2f5d486b8adbc8aace092bfe0531b913
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2023-09-23T02:14:49Z
Releases: 14.10
Don't use Perl pack('Q') in 039_end_of_wal.pl.

'Q' for 64 bit integers turns out not to work on 32 bit Perl, as
revealed by the build farm.  Use 'II' instead, and deal with endianness.

Back-patch to 12, like bae868ca.

Discussion: https://postgr.es/m/ZQ4r1vHcryBsSi_V%40paquier.xyz

Files

PathChange+/−
src/test/recovery/t/039_end_of_wal.pl modified +18 −6

Discussion