Re: Order changes in PG16 since ICU introduction - Mailing list pgsql-hackers

From Sandro Santilli
Subject Re: Order changes in PG16 since ICU introduction
Date
Msg-id ZELhRfX0GXYD5O+F@hst.kbt.io
Whole thread Raw
In response to Re: Order changes in PG16 since ICU introduction  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-hackers
On Fri, Apr 21, 2023 at 10:27:49AM -0700, Jeff Davis wrote:
> On Fri, 2023-04-21 at 19:09 +0200, Sandro Santilli wrote:
> >   =# select version();
> >   PostgreSQL 16devel on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu
> > 11.3.0-1ubuntu1~22.04) 11.3.0, 64-bit
> >   =# show lc_collate;
> >   C
> >   =# select '+' < '-';
> >   f
> 
> What is the result of:
> 
>   select datlocprovider, datcollate, daticulocale
>     from pg_database where datname=current_database();

datlocprovider | i
datcollate     | C
daticulocale   | en-US

--strk;



pgsql-hackers by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: Order changes in PG16 since ICU introduction
Next
From: Konstantin Knizhnik
Date:
Subject: Re: Memory leak from ExecutorState context?