Обсуждение: pgsql: Improve support for UNICODE collation on older ICU

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

pgsql: Improve support for UNICODE collation on older ICU

От
Peter Eisentraut
Дата:
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(-)