pgsql: Improve test for CONVERT() with GB18030 <-> UTF8.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve test for CONVERT() with GB18030 <-> UTF8.
Date: 2015-05-15 21:03:40
Message-ID: E1YtMlg-0007HW-BG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve test for CONVERT() with GB18030 <-> UTF8.

Add a bit of coverage of high code points.

Arjen Nienhuis

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/199f5973c50fe94e128508ff2218c42126fd0ee1

Modified Files
--------------
src/test/regress/expected/conversion.out | 16 ++++++++--------
src/test/regress/sql/conversion.sql | 4 ++--
2 files changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-05-15 21:05:17 pgsql: Add BRIN infrastructure for "inclusion" opclasses
Previous Message Robert Haas 2015-05-15 20:28:57 Re: pgsql: contrib/tsm_system_time