forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9089f15
committed
Fix portability issue in tests from commitce773f2.
Modern POSIX seems to require strtod() to accept "-NaN", but there'snothing about NaN in SUSv2, and some of our oldest buildfarm membersdon't like it. Let's try writing it as -'NaN' instead; that seemsto produce the same result, at least on Intel hardware.Per buildfarm.1 parentbe2bead commit9089f15
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
310 |
| - | |
| 310 | + | |
311 | 311 |
| |
312 | 312 |
| |
313 | 313 |
| |
| |||
319 | 319 |
| |
320 | 320 |
| |
321 | 321 |
| |
322 |
| - | |
| 322 | + | |
323 | 323 |
| |
324 | 324 |
| |
325 | 325 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
228 |
| - | |
| 228 | + | |
229 | 229 |
| |
230 |
| - | |
| 230 | + | |
231 | 231 |
|
0 commit comments
Comments
(0)