Обсуждение: 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9d7abca901f855d96d823b6edb893b2b4ccf8c2f

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