summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-10-16 16:07:40 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-10-16 16:07:40 -0400
commite661c3dfd320487aaa1d6223e732e00c1b5c3cc2 (patch)
tree813092d91a4190f5860ae1a17fa4428f292bd50f
parent9e8da0f75731aaa7605cf4656c21ea09e84d2eb1 (diff)
Fix collate.linux.utf8 expected output for recent error message change.
Noted by Jeff Davis.
-rw-r--r--src/test/regress/expected/collate.linux.utf8.out1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/regress/expected/collate.linux.utf8.out b/src/test/regress/expected/collate.linux.utf8.out
index 5d25f9fdd5a..8cee6ed8127 100644
--- a/src/test/regress/expected/collate.linux.utf8.out
+++ b/src/test/regress/expected/collate.linux.utf8.out
@@ -967,6 +967,7 @@ CREATE COLLATION test3 (lc_collate = 'en_US.utf8'); -- fail, need lc_ctype
ERROR: parameter "lc_ctype" must be specified
CREATE COLLATION testx (locale = 'nonsense'); -- fail
ERROR: could not create locale "nonsense": No such file or directory
+DETAIL: The operating system could not find any locale data for the locale name "nonsense".
CREATE COLLATION test4 FROM nonsense;
ERROR: collation "nonsense" for encoding "UTF8" does not exist
CREATE COLLATION test5 FROM test0;