Remove unnecessary row ordering dependency in pg_rewind test suite.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2e947ba977eba1c0c31a2981d090b7b1897c49c2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-12-24T16:38:38Z
Releases: 9.5.0
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.

Files

PathChange+/−
src/bin/pg_rewind/t/002_databases.pl modified +5 −5