pgsql: Make regression test output stable.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Make regression test output stable.
Дата
Msg-id E1ZF0Cm-00078H-Bx@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make regression test output stable.

In the test query I added for ALTER TABLE retaining comments, the order of
the result rows was not stable, and varied across systems. Add an ORDER BY
to make the order predictable. This should fix the buildfarm failures.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/fe92a72a2bf6f485fc9f08c3e6191838ac3c6441

Modified Files
--------------
src/test/regress/expected/alter_table.out |   12 ++++++------
src/test/regress/sql/alter_table.sql      |    8 ++++----
2 files changed, 10 insertions(+), 10 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Make regression test output stable.