forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8a6d60f
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 parentebcbc8c commit8a6d60f
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1313 | 1313 |
| |
1314 | 1314 |
| |
1315 | 1315 |
| |
1316 |
| - | |
| 1316 | + | |
1317 | 1317 |
| |
1318 |
| - | |
| 1318 | + | |
1319 | 1319 |
| |
1320 | 1320 |
| |
1321 | 1321 |
| |
|
0 commit comments
Comments
(0)