Re: pgsql: Add option to use ICU as global locale provider - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Add option to use ICU as global locale provider
Date
Msg-id 1114934.1647624581@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Add option to use ICU as global locale provider  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Add option to use ICU as global locale provider  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
List pgsql-committers
I found a different problem with src/test/icu/: it fails altogether
if the prevailing locale is "C", because then the database encoding
defaults to SQL_ASCII which our ICU code won't cope with.  I'm not
sure if that explains any of the buildfarm failures, but it broke
my local build (yeah, I'm that guy).  I un-broke it for the moment
by forcing the test to use UTF8 encoding, but do we want to do
anything smarter than that?

            regards, tom lane



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: remove bogus instruction to install contrib/hstore.
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Add option to use ICU as global locale provider