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:49 +1200 |
commit | afa504ba2f5d486b8adbc8aace092bfe0531b913 (patch) | |
tree | a57dc3514a0897150e50b03909ce67f6a4cd7287 /src/backend/access/gist/gist.c | |
parent | 3ce3b53d76a3d7da2cad9e5a73b5574ae5e5b2a2 (diff) | |
download | postgresql-afa504ba2f5d486b8adbc8aace092bfe0531b913.tar.gz postgresql-afa504ba2f5d486b8adbc8aace092bfe0531b913.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