Fix outdated src/test/mb/ tests, and add a GB18030 test.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 15 May 2015 17:47:42 +0000 (13:47 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 15 May 2015 17:47:42 +0000 (13:47 -0400)
commit07af523870bcfe930134054febd3a6a114942e5b
treee8b7a30eb5f69336509888414826bb754acae78e
parent8b0f105d2d179dc1085b16f0594c8fa78d13267d
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.
src/test/mb/expected/big5.out
src/test/mb/expected/euc_jp.out
src/test/mb/expected/euc_kr.out
src/test/mb/expected/euc_tw.out
src/test/mb/expected/gb18030.out [new file with mode: 0644]
src/test/mb/expected/mule_internal.out
src/test/mb/expected/sjis.out
src/test/mb/expected/utf8.out
src/test/mb/mbregress.sh
src/test/mb/sql/gb18030.sql [new file with mode: 0644]