Re: Sorting difference in version 10 vs 13

From: Akheel Ahmed <akheel(dot)mailing(dot)list(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Sorting difference in version 10 vs 13
Date: 2021-12-21 05:31:33
Message-ID: bfa827da-2324-de58-babc-1884cc4816ac@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Both are Amazon AWS Aurora instances. 10.x is on intel/amd64. 13.x is on
their ARM based graviton.

select version();
                                                   version
-------------------------------------------------------------------------------------------------------------
 PostgreSQL 13.4 on aarch64-unknown-linux-gnu, compiled by
aarch64-unknown-linux-gnu-gcc (GCC) 7.4.0, 64-bit
(1 row)

select version();
                                             version
--------------------------------------------------------------------------------------------------
 PostgreSQL 10.18 on x86_64-pc-linux-gnu, compiled by
x86_64-pc-linux-gnu-gcc (GCC) 7.4.0, 64-bit
(1 row)

On 21/12/2021 3:12 pm, Tom Lane wrote:
> Akheel Ahmed<akheel(dot)mailing(dot)list(at)gmail(dot)com> writes:
>> in 13.4, order by asc gives underscores higher than other characters.
>> all the LC parameters are identical across both instances.
>> Am I missing anything else?
> OS-level differences, perhaps?
>
> https://wiki.postgresql.org/wiki/Locale_data_changes
>
> regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2021-12-21 06:35:30 Re: Sorting difference in version 10 vs 13
Previous Message Tom Lane 2021-12-21 05:12:43 Re: Sorting difference in version 10 vs 13