From: | Jeff Davis <jdavis(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Check for more Unicode functions during upgrade. |
Date: | 2025-08-27 05:56:57 |
Message-ID: | E1ur99U-001s8y-2C@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Check for more Unicode functions during upgrade.
When checking for expression indexes that may be affected by a Unicode
update during upgrade, check for a few more functions. Specifically,
check for documented regexp functions, as well as the new CASEFOLD()
function.
Also, fully-qualify references to pg_catalog.text and
pg_catalog.regtype.
Discussion: https://postgr.es/m/399b656a3abb0c9283538a040f72199c0601525c.camel@j-davis.com
Backpatch-through: 18
Branch
------
REL_18_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/08aa8f035cea9465813667a219f9895fade80dc6
Modified Files
--------------
src/bin/pg_upgrade/check.c | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Christoph Berg | 2025-08-27 10:37:51 | Re: pgsql: oauth: Add unit tests for multiplexer handling |
Previous Message | Jeff Davis | 2025-08-27 05:56:51 | pgsql: Check for more Unicode functions during upgrade. |