pgsql: Improve support for UNICODE collation on older ICU

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Improve support for UNICODE collation on older ICU
Дата
Msg-id E1pbdFj-003IUU-F2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve support for UNICODE collation on older ICU

The recently added standard collation UNICODE (0d21d4b9bc) doesn't
give consistent results on some build farm members with old ICU
versions.  Apparently, the ICU locale specification 'und' (language
tag style) misbehaves on some older ICU versions.  Replacing it with
'' (ICU locale ID style) fixes it at least on some OS versions.  Let's
see what the build farm says.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d72900bdedc60fe20bc50d5d0e7dcb4bc0eb304e

Modified Files
--------------
src/bin/initdb/initdb.c          | 2 +-
src/include/catalog/catversion.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix inconsistent error handling for GSS encryption in PQconnectP
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove incidental md5() function uses from main regression tests