pgsql: Make regression test output stable.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make regression test output stable.
Date: 2015-07-14 13:25:04
Message-ID: E1ZF0Cm-00078H-Bx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-14 13:25:46 Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY
Previous Message Michael Paquier 2015-07-14 13:24:35 Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY