pgsql: Fix regression tests to work in Welsh locale. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix regression tests to work in Welsh locale.
Date
Msg-id E1bQgKU-00087G-9t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix regression tests to work in Welsh locale.

Welsh (cy_GB) apparently sorts 'dd' after 'f', creating problems
analogous to the odd sorting of 'aa' in Danish.  Adjust regression
test case to not use data that provokes that.

Jeff Janes

Patch: <CAMkU=1zx-pqcfSApL2pYDQurPOCfcYU0wJorsmY1OrYPiXRbLw@mail.gmail.com>

Branch
------
REL9_5_STABLE

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove GetUserMappingId() and GetUserMappingById().
Next
From: Tom Lane
Date:
Subject: pgsql: Fix regression tests to work in Welsh locale.