pgsql: Fix outdated src/test/mb/ tests, and add a GB18030 test.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix outdated src/test/mb/ tests, and add a GB18030 test.
Дата
Msg-id E1YtJiC-0000RG-0W@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Silence create_index regression test failure.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Silence another create_index regression test failure.