Re: Order changes in PG16 since ICU introduction

From: Sandro Santilli <strk(at)kbt(dot)io>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Regina Obe <lr(at)pcorp(dot)us>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Order changes in PG16 since ICU introduction
Date: 2023-04-21 19:17:25
Message-ID: ZELhRfX0GXYD5O+F@hst.kbt.io
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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;

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Konstantin Knizhnik 2023-04-21 19:18:49 Re: Memory leak from ExecutorState context?
Previous Message Andrew Gierth 2023-04-21 19:14:20 Re: Order changes in PG16 since ICU introduction