Re: pgsql: Fix broken collate.icu.utf8 test in v12 branch.

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix broken collate.icu.utf8 test in v12 branch.
Date: 2024-11-12 07:53:38
Message-ID: CA+HiwqFiY8SdFw_gxRS682EehKHdNQTXSpzL5cqm54xf+UVTkQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi Tom,

On Mon, Nov 11, 2024 at 5:45 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Fix broken collate.icu.utf8 test in v12 branch.
>
> collate.icu.utf8.sql is not run by default before v13, and commits
> 9c4757491/46d9be5ef evidently didn't bother to test it, with
> the completely predictable result that it was broken.
> We didn't have enable_incremental_sort in v12, plus EXPLAIN makes
> different table alias choices than later branches.

Sorry for the blunder, and thank you for taking care of it.

--
Thanks, Amit Langote

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-11-12 08:30:21 pgsql: pg_freespacemap: Use SQL-standard function bodies
Previous Message Alexander Korotkov 2024-11-12 01:45:10 Re: pgsql: Fix arrays comparison in CompareOpclassOptions()