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

Commit0a9ddf7

Browse files
committed
Avoid regression test cases that fail in locales that sort "v" and "w"
equally (in glibc: et_EE, sv_SE, tk_TM). It turns out that this wasalready taken care of previously by select_1.out, which I had forgotten toupdate for an unrelated change. But might as well avoid the issuealtogether.
1 parent8987c11 commit0a9ddf7

File tree

3 files changed

+3
-773
lines changed

3 files changed

+3
-773
lines changed

‎src/test/regress/data/person.data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ lita25(1.3,8.7)
4646
pamela48(8.21,9.3)
4747
sandy38(3.8,0.2)
4848
trisha88(1.29,2.2)
49-
vera78(9.73,6.4)
49+
uma78(9.73,6.4)
5050
velma68(8.8,8.9)

‎src/test/regress/expected/select.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ SELECT p.name, p.age FROM person* p;
356356
pamela | 48
357357
sandy | 38
358358
trisha | 88
359-
vera | 78
359+
uma | 78
360360
velma | 68
361361
sharon | 25
362362
sam | 30
@@ -391,7 +391,7 @@ SELECT p.name, p.age FROM person* p ORDER BY age using >, name;
391391
chris | 78
392392
sharon | 78
393393
susan | 78
394-
vera | 78
394+
uma | 78
395395
wendy | 78
396396
julie | 68
397397
leah | 68

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp