[18+] improve upgrade pre-check for Unicode updates
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: pgsql-hackers@postgresql.org
Date: 2025-08-22T21:48:07Z
Lists: pgsql-hackers
Attachments
- v1-0001-Check-for-more-Unicode-functions-during-upgrade.patch (text/x-patch) patch v1-0001
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
Commits
-
Check for more Unicode functions during upgrade.
- 08aa8f035cea 18.0 landed
- ef5b87b970dc 19 (unreleased) landed