Commit 759c95c4 authored by Tom Lane's avatar Tom Lane

Update expected/collate.linux.utf8.out for recent plpgsql changes.

This file was missed in commit 4c6cedd1.
parent 45b7ab6b
......@@ -859,7 +859,7 @@ SELECT mylt2('a', 'B') as f;
SELECT mylt2('a', 'B' collate "C") as fail; -- conflicting collations
ERROR: could not determine which collation to use for string comparison
HINT: Use the COLLATE clause to set the collation explicitly.
CONTEXT: PL/pgSQL function "mylt2" line 6 at RETURN
CONTEXT: PL/pgSQL function mylt2(text,text) line 6 at RETURN
SELECT mylt2('a', 'B' collate "POSIX") as f;
f
---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment