Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0a9ddf7

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 was already taken care of previously by select_1.out, which I had forgotten to update for an unrelated change. But might as well avoid the issue altogether.
1 parent 8987c11 commit 0a9ddf7

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 @@ lita 25 (1.3,8.7)
4646
pamela 48 (8.21,9.3)
4747
sandy 38 (3.8,0.2)
4848
trisha 88 (1.29,2.2)
49-
vera 78 (9.73,6.4)
49+
uma 78 (9.73,6.4)
5050
velma 68 (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)