pgsql: Remove pg_regex_collation

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove pg_regex_collation
Date: 2024-12-05 06:39:08
Message-ID: E1tJ5W0-001C91-2V@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove pg_regex_collation

We can also use the existing pg_regex_locale as the cache key, which
is the only use of this variable.

Reviewed-by: Jeff Davis <pgsql(at)j-davis(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/b1b92ae1-2e06-4619-a87a-4b4858e547ec%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/792b2c7e6d926e61e8ff3b33d3e22d7d74e7a437

Modified Files
--------------
src/backend/regex/regc_pg_locale.c | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-12-05 17:54:48 pgsql: Avoid low-probability crash on out-of-memory.
Previous Message Thomas Munro 2024-12-05 01:34:25 pgsql: Fix header inclusion order in c.h.