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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy