- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit08aa8f0
committed
Check for more Unicode functions during upgrade.
When checking for expression indexes that may be affected by a Unicodeupdate 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 andpg_catalog.regtype.Discussion:https://postgr.es/m/399b656a3abb0c9283538a040f72199c0601525c.camel@j-davis.comBackpatch-through: 181 parentbf37808 commit08aa8f0
1 file changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1971 | 1971 | | |
1972 | 1972 | | |
1973 | 1973 | | |
1974 | | - | |
| 1974 | + | |
1975 | 1975 | | |
1976 | 1976 | | |
1977 | 1977 | | |
1978 | 1978 | | |
1979 | | - | |
1980 | | - | |
1981 | | - | |
| 1979 | + | |
| 1980 | + | |
| 1981 | + | |
| 1982 | + | |
| 1983 | + | |
| 1984 | + | |
| 1985 | + | |
| 1986 | + | |
1982 | 1987 | | |
1983 | 1988 | | |
1984 | 1989 | | |
| |||
0 commit comments
Comments
(0)