Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 991c8b0

Browse files
committed
Update expected results for collate.linux.utf8 regression test.
I believe this changed as a consequence of commit 54baa48: trying to clone 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 this test for the last few weeks.
1 parent de38489 commit 991c8b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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)