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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix broken collate.icu.utf8 test in v12 branch.
Date: 2024-11-10 20:45:42
Message-ID: E1tAEoY-001CaM-2c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Per buildfarm member copperhead.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0ef9ac290ff3370f345fa08091c6586fecd8354f

Modified Files
--------------
src/test/regress/expected/collate.icu.utf8.out | 64 +++++++++++++-------------
src/test/regress/sql/collate.icu.utf8.sql | 2 -
2 files changed, 31 insertions(+), 35 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2024-11-10 20:46:03 Re: pgsql: Fix our Windows stat() emulation to handle file sizes > 4GB.
Previous Message Tom Lane 2024-11-10 18:41:09 pgsql: Release notes for 17.1, 16.5, 15.9, 14.14, 13.17, 12.21.