Re: Move definition of standard collations from initdb to pg_collation.dat

Peter Eisentraut <peter.eisentraut@enterprisedb.com>

From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-03-28T14:16:25Z
Lists: pgsql-hackers
On 28.03.23 13:33, Tom Lane wrote:
> While we're here, do we want to adopt some other spelling of "the
> root locale" than "und", in view of recent discoveries about the
> instability of that on old ICU versions?

That issue was fixed by 3b50275b12, so we can keep using the "und" spelling.



Commits

  1. Move definition of standard collations from initdb to pg_collation.dat

  2. Rethink behavior of pg_import_system_collations().