pgsql: Refactor: make default_locale internal to pg_locale.c.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Refactor: make default_locale internal to pg_locale.c.
Date: 2024-07-28 20:20:41
Message-ID: E1sYANl-001e8p-Kt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Refactor: make default_locale internal to pg_locale.c.

Discussion: https://postgr.es/m/2228884bb1f1a02614b39f71a90c94d2cc8a3a2f.camel@j-davis.com
Reviewed-by: Peter Eisentraut, Andreas Karlsson

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1c461a8d8d3c7a4655fdb944ffca94b1e49e5b3d

Modified Files
--------------
src/backend/utils/adt/pg_locale.c | 69 +++++++++++++++++++++++++++++++++++++--
src/backend/utils/init/postinit.c | 43 +++---------------------
src/include/utils/pg_locale.h | 3 +-
3 files changed, 72 insertions(+), 43 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2024-07-28 20:35:34 pgsql: Fix whitespace in commit 005c6b833f.
Previous Message Jeff Davis 2024-07-28 19:57:56 pgsql: Change collation cache to use simplehash.h.