Re: initdb initalization failure for collation "ja_JP"

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Marco Atzeri <marco.atzeri@gmail.com>
Cc: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-06-18T14:48:44Z
Lists: pgsql-hackers
Marco Atzeri <marco.atzeri@gmail.com> writes:
> Building on Cygwin latest 10  beta1 or head sourece,
> make check fails as:
> ...
> performing post-bootstrap initialization ... 2017-05-31 23:23:22.214 
> CEST [16860] FATAL:  collation "ja_JP" for encoding "EUC_JP" already exists

Hmph.  Could we see the results of "locale -a | grep ja_JP" ?

			regards, tom lane


Commits

  1. Further hacking on ICU collation creation and usage.

  2. Rethink behavior of pg_import_system_collations().