[18+] improve upgrade pre-check for Unicode updates

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [18+] improve upgrade pre-check for Unicode updates
Date: 2025-08-22 21:48:07
Message-ID: 399b656a3abb0c9283538a040f72199c0601525c.camel@j-davis.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Patch attached.

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 pg_catalog references to the text type as well as
regtype.

Regards,
Jeff Davis

Attachment Content-Type Size
v1-0001-Check-for-more-Unicode-functions-during-upgrade.patch text/x-patch 2.1 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2025-08-22 22:20:49 Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Previous Message Tom Lane 2025-08-22 21:33:55 Re: Improve LWLock tranche name visibility across backends