Re: pgsql: ICU support

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: ICU support
Date: 2017-03-25 04:32:49
Message-ID: 4807a6ee-0486-088e-a2b8-88012164c4ab@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-25 04:39:17 pgsql: Fix locale pointer use in WIN32 code path
Previous Message Peter Eisentraut 2017-03-25 04:30:45 pgsql: Remove ICU tests from default run