- Notifications
You must be signed in to change notification settings - Fork5
Commitf2de12e
committed
Don't choke during startup if the environment offers an invalid value
for LC_MESSAGES; instead, just press forward, leaving the effective settingat 'C'. There is not any very good reason to complain when we are goingto replace the value soon with whatever postgresql.conf says. This changeshould solve the occasionally-reported problem of initdb failing with'failed to initialize lc_messages'; the current theory is that that isa reflection of either wrong LANG/LC_MESSAGES or completely broken localesupport.1 parent84e741f commitf2de12e
1 file changed
+17
-2
lines changedLines changed: 17 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
185 | 189 |
| |
186 | 190 |
| |
187 | 191 |
| |
| |||
230 | 234 |
| |
231 | 235 |
| |
232 | 236 |
| |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
233 | 244 |
| |
234 | 245 |
| |
235 | 246 |
| |
236 | 247 |
| |
| 248 | + | |
| 249 | + | |
| 250 | + | |
237 | 251 |
| |
238 | 252 |
| |
239 | 253 |
| |
| |||
244 | 258 |
| |
245 | 259 |
| |
246 | 260 |
| |
247 |
| - | |
| 261 | + | |
| 262 | + | |
248 | 263 |
| |
249 | 264 |
| |
250 | 265 |
| |
|
0 commit comments
Comments
(0)