projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45b7ab6
)
Update expected/collate.linux.utf8.out for recent plpgsql changes.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 18 Feb 2012 23:08:02 +0000
(18:08 -0500)
committer
Tom 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
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/collate.linux.utf8.out
b/src/test/regress/expected/collate.linux.utf8.out
index f9659f7739e256fdaf1288394012984878791440..7ba003a13cca1a5968f145a9df2c92ca0ef9e7ff 100644
(file)
--- a/
src/test/regress/expected/collate.linux.utf8.out
+++ b/
src/test/regress/expected/collate.linux.utf8.out
@@
-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
---