postgresql/src/bin/initdb
Peter Eisentraut d72900bded 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.
2023-03-13 09:08:58 +01:00
..
po Update copyright for 2023 2023-01-02 15:00:37 -05:00
t Fix test failure caused in 27b62377b4. 2023-03-09 15:34:41 -08:00
.gitignore Move wchar.c and encnames.c to src/common/. 2020-01-16 15:58:55 -05:00
Makefile Use ICU by default at initdb time. 2023-03-09 10:52:41 -08:00
findtimezone.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
initdb.c Improve support for UNICODE collation on older ICU 2023-03-13 09:08:58 +01:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
nls.mk Break up long GETTEXT_FILES lists 2023-03-08 15:05:43 +01:00