Fix outdated src/test/mb/ tests, and add a GB18030 test.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/mb/expected/big5.out | modified | +1 −0 |
| src/test/mb/expected/euc_jp.out | modified | +1 −0 |
| src/test/mb/expected/euc_kr.out | modified | +1 −0 |
| src/test/mb/expected/euc_tw.out | modified | +1 −0 |
| src/test/mb/expected/gb18030.out | added | +87 −0 |
| src/test/mb/expected/mule_internal.out | modified | +2 −0 |
| src/test/mb/expected/sjis.out | modified | +1 −0 |
| src/test/mb/expected/utf8.out | modified | +1 −0 |
| src/test/mb/mbregress.sh | modified | +10 −1 |
| src/test/mb/sql/gb18030.sql | added | +19 −0 |