pgsql: Fix portability issues in new amcheck test.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix portability issues in new amcheck test.
Дата
Msg-id E1kW1OA-0002p3-Ea@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix portability issues in new amcheck test.

The tests added by commit 866e24d47 failed on big-endian machines
due to lack of attention to endianness considerations.  Fix that.

While here, improve a few small cosmetic things, such as running
it through perltidy.

Mark Dilger

Discussion: https://postgr.es/m/30B8E99A-2D9C-48D4-A55C-741C9D5F1563@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/860593ec3bd15e8969effdfcb5cbd98c561dd722

Modified Files
--------------
contrib/amcheck/t/001_verify_heapam.pl | 148 ++++++++++-----------------------
1 file changed, 46 insertions(+), 102 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix broken XML formatting in EXPLAIN output for incremental sort
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Allow psql to re-use connection parameters after a connection lo