Improve support for UNICODE collation on older ICU

Peter Eisentraut <peter@eisentraut.org>

Commit: d72900bdedc60fe20bc50d5d0e7dcb4bc0eb304e
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2023-03-13T08:08:58Z
Releases: 16.0
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.

Files

PathChange+/−
src/bin/initdb/initdb.c modified +1 −1
src/include/catalog/catversion.h modified +1 −1