pgsql: Fix unstable regression test output. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix unstable regression test output.
Date
Msg-id E1aoawQ-0004ao-EN@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Distrust external OpenSSL clients; clear err queue
Next
From: Teodor Sigaev
Date:
Subject: pgsql: Fix possible use of uninitialised value in ts_headline()