pgsql: Remove pg_regex_collation - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove pg_regex_collation
Date
Msg-id E1tJ5W0-001C91-2V@gemulon.postgresql.org
Whole thread Raw
List 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@j-davis.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(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Fix header inclusion order in c.h.
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid low-probability crash on out-of-memory.