diff options
author | Thomas Munro <tmunro@postgresql.org> | 2023-09-23 14:13:06 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2023-09-23 14:15:37 +1200 |
commit | 07896f468f2343a4dacdea042000b54872971278 (patch) | |
tree | 295c02a366e0ac2c8e3514ced5aedddfd01658be /src/backend/access/gist/gistbuildbuffers.c | |
parent | 6606c57162cb67d1012e6ee69e48f5c0816bb243 (diff) | |
download | postgresql-07896f468f2343a4dacdea042000b54872971278.tar.gz postgresql-07896f468f2343a4dacdea042000b54872971278.zip |
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
Diffstat (limited to 'src/backend/access/gist/gistbuildbuffers.c')
0 files changed, 0 insertions, 0 deletions