| From: | Jeff Davis <jdavis(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Perform provider-specific initialization in new functions. |
| Date: | 2024-12-03 07:27:46 |
| Message-ID: | E1tINJx-000sMi-Vr@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Perform provider-specific initialization in new functions.
Reviewed-by: Andreas Karlsson
Discussion: https://postgr.es/m/4548a168-62cd-457b-8d06-9ba7b985c477@proxel.se
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/1ba0782ce90cb4261098de59b49ae5cb2326566b
Modified Files
--------------
src/backend/utils/adt/Makefile | 1 +
src/backend/utils/adt/meson.build | 1 +
src/backend/utils/adt/pg_locale.c | 162 +++++-------------------------
src/backend/utils/adt/pg_locale_builtin.c | 70 +++++++++++++
src/backend/utils/adt/pg_locale_icu.c | 97 +++++++++++++++++-
src/backend/utils/adt/pg_locale_libc.c | 74 +++++++++++++-
6 files changed, 259 insertions(+), 146 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2024-12-03 08:14:34 | pgsql: Fix temporary memory leak in system table index scans |
| Previous Message | Michael Paquier | 2024-12-03 07:23:24 | pgsql: doc: Clarify some terms for pg_createsubscriber |