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

Commit991c8b0

Browse files
committed
Update expected results for collate.linux.utf8 regression test.
I believe this changed as a consequence of commit54baa48: trying toclone the "C" collation now produces a true clone with collencoding -1,hence the error message if it's duplicate no longer specifies an encoding.Per buildfarm member crake, which apparently hadn't been running thistest for the last few weeks.
1 parentde38489 commit991c8b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -996,9 +996,9 @@ BEGIN
996996
END
997997
$$;
998998
CREATE COLLATION test0 FROM "C"; -- fail, duplicate name
999-
ERROR: collation "test0"for encoding "UTF8"already exists
999+
ERROR: collation "test0" already exists
10001000
CREATE COLLATION IF NOT EXISTS test0 FROM "C"; -- ok, skipped
1001-
NOTICE: collation "test0"for encoding "UTF8"already exists, skipping
1001+
NOTICE: collation "test0" already exists, skipping
10021002
CREATE COLLATION IF NOT EXISTS test0 (locale = 'foo'); -- ok, skipped
10031003
NOTICE: collation "test0" for encoding "UTF8" already exists, skipping
10041004
do $$

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp