From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
Cc: | pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql: ICU support |
Date: | 2017-03-24 03:53:05 |
Message-ID: | 1960.1490327585@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
I wrote:
> The buildfarm's mostly happy, but "prion" still isn't, which
> suggests there's someplace in the new code that references an
> already-closed relcache entry.
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.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2017-03-24 07:43:06 | Re: pgsql: ICU support |
Previous Message | Michael Paquier | 2017-03-24 03:26:33 | Re: [COMMITTERS] pgsql: Sync pg_dump and pg_dumpall output |