pgsql: Add pg_iswxdigit(), useful for tsearch.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add pg_iswxdigit(), useful for tsearch.
Date: 2025-10-18 23:27:32
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add pg_iswxdigit(), useful for tsearch.

Reviewed-by: Peter Eisentraut <peter(at)eisentraut(dot)org>
Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/67a8b49e96caf0782b556521c8d6650e78f2d88e

Modified Files
--------------
src/backend/utils/adt/pg_locale.c | 12 ++++++++++++
src/backend/utils/adt/pg_locale_builtin.c | 7 +++++++
src/backend/utils/adt/pg_locale_icu.c | 7 +++++++
src/backend/utils/adt/pg_locale_libc.c | 23 +++++++++++++++++++++++
src/include/utils/pg_locale.h | 2 ++
5 files changed, 51 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-10-19 00:34:47 pgsql: Fix Coverity issue reported in commit 2273fa32bce.
Previous Message Tom Lane 2025-10-18 22:36:30 pgsql: Allow role created by new test to log in on Windows.