pgsql: pageinspect: Make page test more portable

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: pageinspect: Make page test more portable
Дата
Msg-id E1c1uvQ-0007Ax-Ct@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pageinspect: Make page test more portable

Choose test data that makes the output independent of endianness.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/00a86856c1195f3f653672d3b06aa9e4a4aeab82

Modified Files
--------------
contrib/pageinspect/expected/page.out | 6 +++---
contrib/pageinspect/sql/page.sql      | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix portability bug in gin_page_opaque_info().
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Don't convert Consts into Vars during setrefs.c processing.