| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Fix outdated src/test/mb/ tests, and add a GB18030 test. |
| Date: | 2015-05-15 17:47:52 |
| Message-ID: | E1YtJiC-0000RG-0W@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Fix outdated src/test/mb/ tests, and add a GB18030 test.
The expected-output files for these tests were broken by the recent
addition of a warning for hash indexes. Update them.
Also add a test case for GB18030 encoding, similar to the other ones.
This is a pretty weak test, but it's better than nothing.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/07af523870bcfe930134054febd3a6a114942e5b
Modified Files
--------------
src/test/mb/expected/big5.out | 1 +
src/test/mb/expected/euc_jp.out | 1 +
src/test/mb/expected/euc_kr.out | 1 +
src/test/mb/expected/euc_tw.out | 1 +
src/test/mb/expected/gb18030.out | 87 ++++++++++++++++++++++++++++++++
src/test/mb/expected/mule_internal.out | 2 +
src/test/mb/expected/sjis.out | 1 +
src/test/mb/expected/utf8.out | 1 +
src/test/mb/mbregress.sh | 11 +++-
src/test/mb/sql/gb18030.sql | 19 +++++++
10 files changed, 124 insertions(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2015-05-15 18:26:52 | pgsql: Silence another create_index regression test failure. |
| Previous Message | Tom Lane | 2015-05-15 17:07:03 | Re: pgsql: Silence create_index regression test failure. |