In our documentation, we list the ICU test first, but reference the
non-ICU test first in the paragraph below it. This patch makes the docs
consistent.
--
Bruce Momjian <[email protected]> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml
index f08a0ee15d..448e2d19f7 100644
--- a/doc/src/sgml/regress.sgml
+++ b/doc/src/sgml/regress.sgml
@@ -318,7 +318,7 @@ make check EXTRA_TESTS=numeric_big
</screen>
To run the collation tests:
<screen>
-make check EXTRA_TESTS='collate.icu.utf8 collate.linux.utf8' LANG=en_US.utf8
+make check EXTRA_TESTS='collate.linux.utf8 collate.icu.utf8' LANG=en_US.utf8
</screen>
The <literal>collate.linux.utf8</literal> test works only on Linux/glibc
platforms. The <literal>collate.icu.utf8</literal> test only works when