pgsql: Remove unnecessary row ordering dependency in pg_rewind test sui - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove unnecessary row ordering dependency in pg_rewind test sui
Date
Msg-id E1aC8uc-00043c-2d@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2e947ba977eba1c0c31a2981d090b7b1897c49c2

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove unnecessary row ordering dependency in pg_rewind test sui
Next
From: Teodor Sigaev
Date:
Subject: pgsql: Improve the gin index scan performance in pg_trgm.