pgsql: pg_locale.c: add explanatory comments. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: pg_locale.c: add explanatory comments.
Date
Msg-id E1wyZrJ-00000001wPY-1Zxx@gemulon.postgresql.org
Whole thread
List pgsql-committers
pg_locale.c: add explanatory comments.

Explain the purpose of case mapping functions, rather than just the
API.

Suggested-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/v36ssaygf7grb3qzfsjhtdzi7kqd45ds56nyuf7gi5qjml4qbb@ezmfqzmhlrs2
Backpatch-through: 18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/364fc8e72e97fcd24a1f272879af5a64ec851277

Modified Files
--------------
src/backend/utils/adt/pg_locale.c | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Add C test function for pg_locale.h APIs.
Next
From: Richard Guo
Date:
Subject: pgsql: Fix CPU cost of right-semi and right-anti hash joins