forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitca899d9
committed
Fix portability issue in TAP tests of psql for locales
Some locales use a comma as decimal separator (like Czech or French),and psql's 001_basic.pl for \timing was not able to handle thatproperly. This fixes the matching regexes to be able to handle bothcomma and dot as possible decimal separators, as per a suggestion fromAndrew Dunstan.psql tests were the only place with such a portability issue(check-world passed here with a forced LANG/LANGUAGE). These tests arenew as ofc0280bc, so there is no need for a backpatch.Reported-by: Pavel StehuleDiscussion:https://postgr.es/m/CAFj8pRBz8iQmd2aOaCLvO-rJY6vZr-h6Q0qvV0J+yb78J7uiaA@mail.gmail.com1 parent4fff78f commitca899d9
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
| 88 | + | |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
96 |
| - | |
| 95 | + | |
| 96 | + | |
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
|
0 commit comments
Comments
(0)