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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust comments about collate.linux.utf8 regression test.
Date: 2011-04-23 16:52:18
Message-ID: E1QDg4A-0002YL-CU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-04-23 18:13:26 pgsql: Hash indexes had better pass the index collation to support func
Previous Message Tom Lane 2011-04-23 16:36:07 pgsql: Fix char2wchar/wchar2char to support collations properly.