Обсуждение: pgsql: Fix regression tests to work in Welsh locale.

Поиск
Список
Период
Сортировка

pgsql: Fix regression tests to work in Welsh locale.

От
Tom Lane
Дата:
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(-)