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:14:30 +1200
commit21b4c3ca0b22761eccdc55c265a12c6296c10068 (patch)
treef9a0c6752a93778738d25148348a1d2c659f5668 /src/backend/access/gist/gist.c
parentf4d152edd8f355e96b30d4bbf9c6a9cb7a20c38f (diff)
downloadpostgresql-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