- Notifications
You must be signed in to change notification settings - Fork5
Commit2b91911
committed
Quotes in strings injected into bki file need to escaped. In particular,
"People's Republic of China" locale on Windows was causing initdb to fail.This fixes bug #5818 reported by yulei. On master, this makes the mappingof "People's Republic of China" to just "China" obsolete. In 9.0 and 8.4,just fix the escaping. Earlier versions didn't have locale names in bkifile.1 parent7228d02 commit2b91911
1 file changed
+7
-7
lines changedLines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1165 | 1165 |
| |
1166 | 1166 |
| |
1167 | 1167 |
| |
1168 |
| - | |
| 1168 | + | |
1169 | 1169 |
| |
1170 |
| - | |
| 1170 | + | |
1171 | 1171 |
| |
1172 | 1172 |
| |
1173 | 1173 |
| |
| |||
2276 | 2276 |
| |
2277 | 2277 |
| |
2278 | 2278 |
| |
2279 |
| - | |
2280 |
| - | |
| 2279 | + | |
| 2280 | + | |
2281 | 2281 |
| |
2282 | 2282 |
| |
2283 | 2283 |
| |
| |||
2295 | 2295 |
| |
2296 | 2296 |
| |
2297 | 2297 |
| |
2298 |
| - | |
2299 |
| - | |
| 2298 | + | |
| 2299 | + | |
| 2300 | + | |
2300 | 2301 |
| |
2301 | 2302 |
| |
2302 | 2303 |
| |
2303 | 2304 |
| |
2304 | 2305 |
| |
2305 | 2306 |
| |
2306 |
| - | |
2307 | 2307 |
| |
2308 | 2308 |
| |
2309 | 2309 |
| |
|
0 commit comments
Comments
(0)