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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
