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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Back-patch addition of pg_wchar-to-multibyte conversion function
Date: 2012-07-10 20:53:39
Message-ID: E1SohRD-0003HZ-Vp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_2_STABLE

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

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-07-10 20:53:40 pgsql: Back-patch addition of pg_wchar-to-multibyte conversion function
Previous Message Alvaro Herrera 2012-07-10 20:49:54 pgsql: Add forgotten PL/Perl regression test files