pgsql: Don't use Perl pack('Q') in 039_end_of_wal.pl.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Don't use Perl pack('Q') in 039_end_of_wal.pl.
Дата
Msg-id E1qjsNb-005P6X-Vq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/afa504ba2f5d486b8adbc8aace092bfe0531b913

Modified Files
--------------
src/test/recovery/t/039_end_of_wal.pl | 24 ++++++++++++++++++------
1 file changed, 18 insertions(+), 6 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Don't use Perl pack('Q') in 039_end_of_wal.pl.
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Don't use Perl pack('Q') in 039_end_of_wal.pl.