Re: pgsql: Use ICU by default at initdb time.

2023-03-09 Thread Jeff Davis
On Thu, 2023-03-09 at 19:11 +, Jeff Davis wrote: > Use ICU by default at initdb time. I'm seeing a failure on hoverfly: https://buildfarm.postgresql.org/cgi-bin/show_stage_log.pl?nm=hoverfly&dt=2023-03-09%2021%3A51%3A45&stg=initdb-en_US.8859-15 That's because ICU always uses UTF-8 by default

pgsql: Use ICU by default at initdb time.

2023-03-09 Thread Jeff Davis
Use ICU by default at initdb time. If the ICU locale is not specified, initialize the default collator and retrieve the locale name from that. Discussion: https://postgr.es/m/[email protected] Reviewed-by: Peter Eisentraut Branch -- master Details -