pgsql: Adjust comments about collate.linux.utf8 regression test. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Adjust comments about collate.linux.utf8 regression test.
Date
Msg-id E1QDg4A-0002YL-CU@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix char2wchar/wchar2char to support collations properly.
Next
From: Tom Lane
Date:
Subject: pgsql: Hash indexes had better pass the index collation to support func