Remove pg_regex_collation

Peter Eisentraut <peter@eisentraut.org>

Commit: 792b2c7e6d926e61e8ff3b33d3e22d7d74e7a437
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-12-05T06:19:37Z
Releases: 18.0
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

Files

PathChange+/−
src/backend/regex/regc_pg_locale.c modified +4 −7

Discussion