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:52 +1200 |
commit | 82314dbfca7f257ac515668a16c65fc03976bc15 (patch) | |
tree | 0b09d1ed5ea5315e54c096f30fe6f963418320cd /src/backend/access/gist/gist.c | |
parent | e8f3c0687116eb31fe7be74e0fbd2f5c0f29bb3b (diff) | |
download | postgresql-82314dbfca7f257ac515668a16c65fc03976bc15.tar.gz postgresql-82314dbfca7f257ac515668a16c65fc03976bc15.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/gist.c')
0 files changed, 0 insertions, 0 deletions