forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfd54914
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 parent6588d84 commitfd54914
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
348 | 348 |
| |
349 | 349 |
| |
350 | 350 |
| |
351 |
| - | |
| 351 | + | |
352 | 352 |
| |
353 | 353 |
| |
354 | 354 |
| |
| |||
360 | 360 |
| |
361 | 361 |
| |
362 | 362 |
| |
363 |
| - | |
| 363 | + | |
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
258 | 258 |
| |
259 | 259 |
| |
260 | 260 |
| |
261 |
| - | |
| 261 | + | |
262 | 262 |
| |
263 |
| - | |
| 263 | + | |
264 | 264 |
|
0 commit comments
Comments
(0)