Perform provider-specific initialization in new functions.
Jeff Davis <jdavis@postgresql.org>
Perform provider-specific initialization in new functions. Reviewed-by: Andreas Karlsson Discussion: https://postgr.es/m/4548a168-62cd-457b-8d06-9ba7b985c477@proxel.se
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/Makefile | modified | +1 −0 |
| src/backend/utils/adt/meson.build | modified | +1 −0 |
| src/backend/utils/adt/pg_locale_builtin.c | added | +70 −0 |
| src/backend/utils/adt/pg_locale.c | modified | +24 −138 |
| src/backend/utils/adt/pg_locale_icu.c | modified | +93 −4 |
| src/backend/utils/adt/pg_locale_libc.c | modified | +70 −4 |
Discussion
- Collation & ctype method table, and extension hooks 24 messages · 2024-09-26 → 2026-07-07