pgsql: Remove incorrect declarations in pg_wchar.h.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove incorrect declarations in pg_wchar.h.
Date: 2025-12-15 19:34:58
Message-ID: E1vVELR-000xEz-2U@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove incorrect declarations in pg_wchar.h.

Oversight in commit 9acae56ce0.

Discussion: https://postgr.es/m/541F240E-94AD-4D65-9794-7D6C316BC3FF@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/95a19fefdcbe8d7c511971fe3b9554d0bdd4e26a

Modified Files
--------------
src/include/mb/pg_wchar.h | 2 --
1 file changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-12-15 20:16:59 pgsql: Avoid requiring Spanish locale to test NLS infrastructure.
Previous Message Jeff Davis 2025-12-15 18:26:50 pgsql: Use multibyte-aware extraction of pattern prefixes.