pgsql: pg_locale.c: comment improvements.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_locale.c: comment improvements.
Date: 2026-08-18 20:21:13
Message-ID: E1wwQJ6-000000016hs-3AHD@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_locale.c: comment improvements.

Add missing comments and fix outdated/incorrect comments in
pg_locale.c and related files.

Suggested-by: Andres Freund <andres(at)anarazel(dot)de>
Discussion: https://postgr.es/m/v3nniwcrxejmcfvz56xbd22hphprqleuornd6hqkmw2bl7kgmz@cnytz2ee5ltk
Backpatch-through: 18

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fe91799d3bc6511247a58643b095b5f9a1ccd660

Modified Files
--------------
src/backend/utils/adt/pg_locale.c | 106 ++++++++++++++++++++++++------
src/backend/utils/adt/pg_locale_builtin.c | 4 +-
src/backend/utils/adt/pg_locale_icu.c | 19 +++---
src/include/utils/pg_locale.h | 13 +++-
4 files changed, 106 insertions(+), 36 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2026-08-18 20:21:18 pgsql: pg_locale.c: comment improvements.
Previous Message Jeff Davis 2026-08-18 20:21:07 pgsql: pg_locale.c: comment improvements.