forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1e08576
committed
Fix createdb tests for C locale
If the createdb tests run under the C locale, the database clusterwill be initialized with encoding SQL_ASCII. With the checks added inc7db01e, this will cause severalICU-related tests to fail because SQL_ASCII is not supported by ICU.To work around that, use initdb option -E UTF8 for those tests to getpast that check.1 parentc7db01e commit1e08576
1 file changed
+7
-3
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 |
| |
36 | 39 |
| |
37 | 40 |
| |
38 | 41 |
| |
39 | 42 |
| |
40 |
| - | |
| 43 | + | |
41 | 44 |
| |
42 | 45 |
| |
43 | 46 |
| |
44 | 47 |
| |
45 | 48 |
| |
46 | 49 |
| |
47 | 50 |
| |
48 |
| - | |
| 51 | + | |
| 52 | + | |
49 | 53 |
| |
50 | 54 |
| |
51 | 55 |
| |
|
0 commit comments
Comments
(0)