Re: pgsql: ICU support - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: pgsql: ICU support
Date
Msg-id 4807a6ee-0486-088e-a2b8-88012164c4ab@2ndquadrant.com
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: ICU support  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On 3/23/17 23:53, Tom Lane wrote:
> Ah, scratch that, I was overthinking it.  The problem is pretty
> clear from the error message:
>
> + ERROR:  collation "en-x-icu" for encoding "SQL_ASCII" does not exist
>
> I can reproduce this with vanilla configure options if I'm running
> with --with-icu and LANG=C.  In short, this regression test does not
> work in C locale, and you need to find a way to disable it in that
> environment.

Done.

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Remove ICU tests from default run
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix locale pointer use in WIN32 code path