Re: simplify regular expression locale global variables
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Peter Eisentraut <peter@eisentraut.org>, Andreas Karlsson <andreas@proxel.se>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-12-03T19:19:29Z
Lists: pgsql-hackers
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. > the second one will presumably be replaced by the > other patch series above. Sounds good. Regards, Jeff Davis
Commits
-
Remove pg_regex_collation
- 792b2c7e6d92 18.0 landed