Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcce95a2

Browse files
committed
Remove obsolete collation test.
The previous commit forgot to remove this test, which no longerholds on all systems.
1 parentd5ac14f commitcce95a2

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,8 +1033,6 @@ ERROR: parameter "lc_ctype" must be specified
10331033
CREATE COLLATION testx (locale = 'nonsense'); -- fail
10341034
ERROR: could not create locale "nonsense": No such file or directory
10351035
DETAIL: The operating system could not find any locale data for the locale name "nonsense".
1036-
CREATE COLLATION testy (locale = 'en_US.utf8', version = 'foo'); -- fail, no versions for libc
1037-
ERROR: collation "testy" has no actual version, but a version was specified
10381036
CREATE COLLATION test4 FROM nonsense;
10391037
ERROR: collation "nonsense" for encoding "UTF8" does not exist
10401038
CREATE COLLATION test5 FROM test0;

‎src/test/regress/sql/collate.linux.utf8.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ END
369369
$$;
370370
CREATE COLLATION test3 (lc_collate='en_US.utf8');-- fail, need lc_ctype
371371
CREATE COLLATION testx (locale='nonsense');-- fail
372-
CREATE COLLATION testy (locale='en_US.utf8', version='foo');-- fail, no versions for libc
373372

374373
CREATE COLLATION test4FROM nonsense;
375374
CREATE COLLATION test5FROM test0;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp