pgsql: Make regression test output stable.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Make regression test output stable.
Дата
Msg-id E1ZF0Cm-00078G-Bs@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1a56498e5f6db949a066fb125199a7389a798421

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 по дате отправления:

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