Remove provider field from pg_locale_t.
Jeff Davis <jdavis@postgresql.org>
Remove provider field from pg_locale_t. The behavior of pg_locale_t is specified by methods, so a separate provider field is no longer necessary. Reviewed-by: Andreas Karlsson <andreas@proxel.se> Reviewed-by: Peter Eisentraut <peter@eisentraut.org> Discussion: https://postgr.es/m/2830211e1b6e6a2e26d845780b03e125281ea17b.camel%40j-davis.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/pg_locale_builtin.c | modified | +0 −1 |
| src/backend/utils/adt/pg_locale_icu.c | modified | +0 −11 |
| src/backend/utils/adt/pg_locale_libc.c | modified | +0 −6 |
| src/include/utils/pg_locale.h | modified | +0 −1 |
Discussion
- Collation & ctype method table, and extension hooks 24 messages · 2024-09-26 → 2026-07-07