pgsql: Make pltcl regression tests safe for Danish locale.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Make pltcl regression tests safe for Danish locale.
Дата
Msg-id E1bQIeC-0008HJ-2Y@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make pltcl regression tests safe for Danish locale.

Another peculiarity of Danish locale is that it has an unusual idea
of how to sort upper vs. lower case.  One of the pltcl test cases has
an issue with that.  Now that COLLATE works in all supported branches,
we can just change the test to be locale-independent, and get rid of
the variant expected file that used to support non-C locales.

Branch
------
REL9_4_STABLE

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

Modified Files
--------------
src/pl/tcl/expected/pltcl_queries.out   |   4 +-
src/pl/tcl/expected/pltcl_queries_1.out | 258 --------------------------------
src/pl/tcl/sql/pltcl_queries.sql        |   4 +-
3 files changed, 4 insertions(+), 262 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Make pltcl regression tests safe for Danish locale.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Make pltcl regression tests safe for Danish locale.