Thread: pgsql: Make regression test output stable.

pgsql: Make regression test output stable.

From
Heikki Linnakangas
Date:
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(-)