Check for more Unicode functions during upgrade.

Jeff Davis <jdavis@postgresql.org>

Commit: 08aa8f035cea9465813667a219f9895fade80dc6
Author: Jeff Davis <jdavis@postgresql.org>
Date: 2025-08-27T05:55:29Z
Releases: 18.0
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

Files

PathChange+/−
src/bin/pg_upgrade/check.c modified +9 −4

Discussion