aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2023-09-23 14:13:06 +1200
committerThomas Munro <tmunro@postgresql.org>2023-09-23 14:15:52 +1200
commit82314dbfca7f257ac515668a16c65fc03976bc15 (patch)
tree0b09d1ed5ea5315e54c096f30fe6f963418320cd /src/backend/access/gist/gist.c
parente8f3c0687116eb31fe7be74e0fbd2f5c0f29bb3b (diff)
downloadpostgresql-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