Re: simplify regular expression locale global variables - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: simplify regular expression locale global variables
Date
Msg-id efb14e37ffacb4ce13b8d89f1656d7f81cbf7043.camel@j-davis.com
Whole thread Raw
Responses Re: simplify regular expression locale global variables
List 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




pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Windows pg_basebackup unable to create >2GB pg_wal.tar tarballs ("could not close file: Invalid argument" when creating pg_wal.tar of size ~ 2^31 bytes)
Next
From: Peter Eisentraut
Date:
Subject: Re: CREATE SCHEMA ... CREATE DOMAIN support