pgsql: Remove unnecessary row ordering dependency in pg_rewind test sui

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove unnecessary row ordering dependency in pg_rewind test sui
Date: 2015-12-24 16:38:46
Message-ID: E1aC8uc-00043b-2Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unnecessary row ordering dependency in pg_rewind test suite.

t/002_databases.pl was expecting to see a specific physical order of the
rows in pg_database. I broke that in HEAD with commit 01e386a325549b77,
but I'd say it's a pretty fragile test methodology in any case, so fix
it in 9.5 as well.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a9246fbf665327870370d1088bfc9efdfd2719ec

Modified Files
--------------
src/bin/pg_rewind/t/002_databases.pl | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2015-12-25 10:08:55 pgsql: Improve the gin index scan performance in pg_trgm.
Previous Message Tom Lane 2015-12-24 15:50:09 pgsql: Docs: fix erroneously-given function name.