forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit55e0e45
committed
Test conversion of NaN between float4 and float8.
Results from buildfarm member opossum suggest that this doesn't workquite right on that platform. We've seen issues with NaN support onMIPS/NetBSD before ... allegedly they fixed this stuff back in 2010,but maybe only for small values of "fixed".If, in fact, opossum fails this test then I plan to revert it;it's mainly for diagnostic purposes rather than something we'dnecessarily keep long-term. I think that the failures in window.sqlcould be worked around with some code duplication, but I want toverify my theory about the cause first.1 parenta0fefbc commit55e0e45
File tree
3 files changed
+26
-0
lines changed- src/test/regress
- expected
- sql
3 files changed
+26
-0
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
128 | 140 |
| |
129 | 141 |
| |
130 | 142 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
128 | 140 |
| |
129 | 141 |
| |
130 | 142 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| 44 | + | |
| 45 | + | |
44 | 46 |
| |
45 | 47 |
| |
46 | 48 |
| |
|
0 commit comments
Comments
(0)