pgsql: pg_locale.c: comment improvements. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: pg_locale.c: comment improvements.
Date
Msg-id E1wwQJB-000000016ia-1wVz@gemulon.postgresql.org
Whole thread
List 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@anarazel.de>
Discussion: https://postgr.es/m/v3nniwcrxejmcfvz56xbd22hphprqleuornd6hqkmw2bl7kgmz@cnytz2ee5ltk
Backpatch-through: 18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/02a2137c1ae521c09050e3d1614dd5d79c4107db

Modified Files
--------------
src/backend/utils/adt/pg_locale.c         | 88 ++++++++++++++++++++++++-------
src/backend/utils/adt/pg_locale_builtin.c |  4 +-
src/backend/utils/adt/pg_locale_icu.c     | 15 +++---
src/include/utils/pg_locale.h             |  6 ++-
4 files changed, 81 insertions(+), 32 deletions(-)


Attachment

pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Avoid locking when an LSN waiter is already removed
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Minor test suite cleanup