From 1abd146dddc1dc5efff5ccac065c460108acbaa9 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 23 Apr 2011 12:51:47 -0400 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index bb5f577852c..60250bb7a9f 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -254,7 +254,7 @@ gmake check EXTRA_TESTS=numeric_big gmake check EXTRA_TESTS=collate.linux.utf8 LANG=en_US.utf8 The collate.linux.utf8 test works only on Linux/glibc - platforms, and only when run in a locale that uses UTF-8 encoding. + platforms, and only when run in a database that uses UTF-8 encoding. -- cgit v1.2.3