]> granicus.if.org Git - postgresql/commitdiff
Remove obsolete collation test.
authorThomas Munro <tmunro@postgresql.org>
Wed, 16 Oct 2019 04:55:51 +0000 (17:55 +1300)
committerThomas Munro <tmunro@postgresql.org>
Wed, 16 Oct 2019 05:02:23 +0000 (18:02 +1300)
The previous commit forgot to remove this test, which no longer
holds on all systems.

src/test/regress/expected/collate.linux.utf8.out
src/test/regress/sql/collate.linux.utf8.sql

index ad56ff9caa37d07577c271202f77dad36ffb3aaa..37c6add5b519d328e3510bc3d8bab28c14364f1c 100644 (file)
@@ -1033,8 +1033,6 @@ 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 testy (locale = 'en_US.utf8', version = 'foo'); -- fail, no versions for libc
-ERROR:  collation "testy" has no actual version, but a version was specified
 CREATE COLLATION test4 FROM nonsense;
 ERROR:  collation "nonsense" for encoding "UTF8" does not exist
 CREATE COLLATION test5 FROM test0;
index eac2f900142b11d3f5e273a28d1fa7255c7032ce..8c26f16f5d5b40b07836b5ae852e1b7433b68ef0 100644 (file)
@@ -369,7 +369,6 @@ END
 $$;
 CREATE COLLATION test3 (lc_collate = 'en_US.utf8'); -- fail, need lc_ctype
 CREATE COLLATION testx (locale = 'nonsense'); -- fail
-CREATE COLLATION testy (locale = 'en_US.utf8', version = 'foo'); -- fail, no versions for libc
 
 CREATE COLLATION test4 FROM nonsense;
 CREATE COLLATION test5 FROM test0;