Improve support for UNICODE collation on older ICU
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 13 Mar 2023 08:04:41 +0000 (09:04 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 13 Mar 2023 08:08:58 +0000 (09:08 +0100)
commitd72900bdedc60fe20bc50d5d0e7dcb4bc0eb304e
treeda5f3f7d234b0272ade0ef43e7f5439f07b595be
parente0a09d4e354c9636c2b775c6f02e749236c78acf
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.
src/bin/initdb/initdb.c
src/include/catalog/catversion.h