Re: simplify regular expression locale global variables
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Jeff Davis <pgsql@j-davis.com>, Andreas Karlsson <andreas@proxel.se>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-12-05T06:41:55Z
Lists: pgsql-hackers
On 03.12.24 20:19, Jeff Davis wrote: > On Tue, 2024-12-03 at 17:06 +0100, Peter Eisentraut wrote: >> But it doesn't remove pg_regex_collation, only pg_regex_strategy. So >> I >> have split my v2 into two patches, the first removes >> pg_regex_collation >> and the second removes pg_regex_strategy. The first patch is useful >> on >> its own, I think; > > +1, looks committable now. done
Commits
-
Remove pg_regex_collation
- 792b2c7e6d92 18.0 landed