pgsql: Make core regression tests safe for Danish locale. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Make core regression tests safe for Danish locale.
Date
Msg-id E1bQHVD-0006yu-Rw@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make core regression tests safe for Danish locale.

Some tests added in 9.5 depended on 'aa' sorting before 'bb', which
doesn't hold true in Danish.  Use slightly different test data to
avoid the problem.

Jeff Janes

Report: <CAMkU=1w-cEDbA+XHdNb=YS_4wvZbs66Ni9KeSJKAJGNJyOsgQw@mail.gmail.com>

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/brin.out        |  2 +-
src/test/regress/expected/rowsecurity.out | 34 +++++++++++++++----------------
src/test/regress/sql/brin.sql             |  2 +-
src/test/regress/sql/rowsecurity.sql      |  4 ++--
4 files changed, 21 insertions(+), 21 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make core regression tests safe for Danish locale.
Next
From: Tom Lane
Date:
Subject: pgsql: Make pltcl regression tests safe for Danish locale.