[18+] improve upgrade pre-check for Unicode updates - Mailing list pgsql-hackers

From Jeff Davis
Subject [18+] improve upgrade pre-check for Unicode updates
Date
Msg-id 399b656a3abb0c9283538a040f72199c0601525c.camel@j-davis.com
Whole thread Raw
List 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

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Improve LWLock tranche name visibility across backends
Next
From: Masahiko Sawada
Date:
Subject: Re: POC: enable logical decoding when wal_level = 'replica' without a server restart