pgsql: Adjust comments about collate.linux.utf8 regression test.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Adjust comments about collate.linux.utf8 regression test.
Дата
Msg-id E1QDg4A-0002YL-CU@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Adjust comments about collate.linux.utf8 regression test.

This test should now work in any database with UTF8 encoding, regardless
of the database's default locale.  The former restriction was really
"doesn't work if default locale is C", and that was because of not handling
mbstowcs/wcstombs correctly.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1abd146dddc1dc5efff5ccac065c460108acbaa9

Modified Files
--------------
doc/src/sgml/regress.sgml                        |    2 +-
src/test/regress/expected/collate.linux.utf8.out |    3 ++-
src/test/regress/sql/collate.linux.utf8.sql      |    3 ++-
3 files changed, 5 insertions(+), 3 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix char2wchar/wchar2char to support collations properly.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Hash indexes had better pass the index collation to support func