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-00078G-Bs@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
------
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(-)

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