forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb76e76b
committed
Detect setlocale(LC_CTYPE, NULL) clobbering previous return values.
POSIX permits setlocale() calls to invalidate any previous setlocale()return values. Commit5f538adneglected to account for that. In advance of fixing that bug, switch tofailing hard on affected configurations. This is a planned temporarycommit to assay buildfarm-represented configurations.1 parent41d798a commitb76e76b
1 file changed
+14
-0
lines changedLines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
| |||
148 | 149 |
| |
149 | 150 |
| |
150 | 151 |
| |
| 152 | + | |
151 | 153 |
| |
152 | 154 |
| |
153 | 155 |
| |
| |||
173 | 175 |
| |
174 | 176 |
| |
175 | 177 |
| |
| 178 | + | |
176 | 179 |
| |
177 | 180 |
| |
178 | 181 |
| |
| |||
231 | 234 |
| |
232 | 235 |
| |
233 | 236 |
| |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
234 | 248 |
| |
235 | 249 |
| |
236 | 250 |
| |
|
0 commit comments
Comments
(0)