pgsql: Back-patch addition of pg_wchar-to-multibyte conversion function - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Back-patch addition of pg_wchar-to-multibyte conversion function
Date
Msg-id E1SohRE-0003Hb-0q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Back-patch addition of pg_wchar-to-multibyte conversion functionality.

Back-patch of commits 72dd6291f216440f6bb61a8733729a37c7e3b2d2,
f6a05fd973a102f7e66c491d3f854864b8d24844, and
60e9c224a197aa37abb1aa3aefa3aad42da61f7f.

This is needed to support fixing the regex prefix extraction bug in
back branches.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ed45a5373029f2ff08ce76cf3807499afe3873ee

Modified Files
--------------
src/backend/utils/mb/mbutils.c |   22 ++++
src/backend/utils/mb/wchar.c   |  254 +++++++++++++++++++++++++++++++++-------
src/include/mb/pg_wchar.h      |   32 +++++-
3 files changed, 259 insertions(+), 49 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Back-patch addition of pg_wchar-to-multibyte conversion function
Next
From: Tom Lane
Date:
Subject: pgsql: Back-patch fix for extraction of fixed prefixes from regular exp