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:13:06 +1200 |
commit | 91b0e85aa0ade896129fab540c3e02f62d7fe6fb (patch) | |
tree | 05bb8f60afac7f7c947f44db597b3288b345b46b /src/backend/utils/misc/postgresql.conf.sample | |
parent | bae868caf222ca01c569b61146fc2e398427127a (diff) | |
download | postgresql-91b0e85aa0ade896129fab540c3e02f62d7fe6fb.tar.gz postgresql-91b0e85aa0ade896129fab540c3e02f62d7fe6fb.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/utils/misc/postgresql.conf.sample')
0 files changed, 0 insertions, 0 deletions