pgsql: Fix unstable regression test output.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix unstable regression test output.
Date: 2016-04-08 18:15:34
Message-ID: E1aoawQ-0004ao-EN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix unstable regression test output.

Output order from the pg_indexes view might vary depending on the
phase of the moon, so add ORDER BY to ensure stable results of tests
added by commit 386e3d7609c49505e079c40c65919d99feb82505.
Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/690c543550b0d2852060c18d270cdb534d339d9a

Modified Files
--------------
src/test/regress/expected/index_including.out | 26 +++++++++++++-------------
src/test/regress/sql/index_including.sql | 24 ++++++++++++------------
2 files changed, 25 insertions(+), 25 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2016-04-08 18:25:17 pgsql: Fix possible use of uninitialised value in ts_headline()
Previous Message Peter Eisentraut 2016-04-08 18:12:25 pgsql: Distrust external OpenSSL clients; clear err queue