pgsql: Change wchar2char() and char2wchar() to accept a locale_t. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Change wchar2char() and char2wchar() to accept a locale_t.
Date
Msg-id E1uZX1g-005RWu-0l@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Change wchar2char() and char2wchar() to accept a locale_t.

These are libc-specific functions, so should require a locale_t rather
than a pg_locale_t (which could use another provider).

Discussion: https://postgr.es/m/a8666c391dfcabe79868d95f7160eac533ace718.camel%40j-davis.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/53cd0b71ee2e99c611a38ce58636a04d5dde4cc1

Modified Files
--------------
src/backend/tsearch/ts_locale.c        |  4 ++--
src/backend/tsearch/wparser_def.c      |  2 +-
src/backend/utils/adt/pg_locale_libc.c | 24 ++++++++++++------------
src/include/utils/pg_locale.h          |  4 ++--
4 files changed, 17 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Minor tweaks for pg_test_timing.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Fix up misuse of "volatile" in contrib/xml2.