pgsql: Improve support for UNICODE collation on older ICU - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Improve support for UNICODE collation on older ICU
Date
Msg-id E1pbdFj-003IUU-F2@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix inconsistent error handling for GSS encryption in PQconnectP
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Remove incidental md5() function uses from main regression tests