]> granicus.if.org Git - postgresql/commitdiff
Update expected/collate.linux.utf8.out for recent plpgsql changes.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 Feb 2012 23:08:02 +0000 (18:08 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 Feb 2012 23:08:02 +0000 (18:08 -0500)
This file was missed in commit 4c6cedd1b014abf2046886a9a92e10e18f0d658e.

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

index f9659f7739e256fdaf1288394012984878791440..7ba003a13cca1a5968f145a9df2c92ca0ef9e7ff 100644 (file)
@@ -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 
 ---