Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit759c95c

Browse files
committed
Update expected/collate.linux.utf8.out for recent plpgsql changes.
This file was missed in commit4c6cedd.
1 parent45b7ab6 commit759c95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ SELECT mylt2('a', 'B') as f;
859859
SELECT mylt2('a', 'B' collate "C") as fail; -- conflicting collations
860860
ERROR: could not determine which collation to use for string comparison
861861
HINT: Use the COLLATE clause to set the collation explicitly.
862-
CONTEXT: PL/pgSQL function"mylt2" line 6 at RETURN
862+
CONTEXT: PL/pgSQL function mylt2(text,text) line 6 at RETURN
863863
SELECT mylt2('a', 'B' collate "POSIX") as f;
864864
f
865865
---

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp