]> granicus.if.org Git - postgresql/commit
Adjust comments about collate.linux.utf8 regression test.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Apr 2011 16:51:47 +0000 (12:51 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Apr 2011 16:51:47 +0000 (12:51 -0400)
commit1abd146dddc1dc5efff5ccac065c460108acbaa9
tree91f3d757fb90e9460c9ce74d1c96a75bd20d30be
parent2ab0796d7a3a7116a79b65531fd33f1548514b52
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.
doc/src/sgml/regress.sgml
src/test/regress/expected/collate.linux.utf8.out
src/test/regress/sql/collate.linux.utf8.sql