pgsql: Check for more Unicode functions during upgrade.

2025-08-26 Thread Jeff Davis
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 reference

pgsql: Check for more Unicode functions during upgrade.

2025-08-26 Thread Jeff Davis
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 reference