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:14:30 +1200 |
commit | 21b4c3ca0b22761eccdc55c265a12c6296c10068 (patch) | |
tree | f9a0c6752a93778738d25148348a1d2c659f5668 /src/backend/access/gist/gist.c | |
parent | f4d152edd8f355e96b30d4bbf9c6a9cb7a20c38f (diff) | |
download | postgresql-21b4c3ca0b22761eccdc55c265a12c6296c10068.tar.gz postgresql-21b4c3ca0b22761eccdc55c265a12c6296c10068.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