forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf74b94d
committed
Finally found a platform which has finite() but nonetheless sets errno
rather than returning a NaN for bogus input to pow(). Namely, HPUX 10.20.I think this is sufficient evidence for what I thought all along, whichis that the float.c code *must* look at errno whether finite() exists ornot.1 parent76b110c commitf74b94d
1 file changed
+18
-15
lines changedLines changed: 18 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
1157 | 1157 |
| |
1158 | 1158 |
| |
1159 | 1159 |
| |
1160 |
| - | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
1161 | 1164 |
| |
1162 |
| - | |
1163 | 1165 |
| |
1164 |
| - | |
1165 |
| - | |
1166 |
| - | |
1167 |
| - | |
1168 |
| - | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
1169 | 1169 |
| |
| 1170 | + | |
1170 | 1171 |
| |
1171 | 1172 |
| |
1172 | 1173 |
| |
| |||
1189 | 1190 |
| |
1190 | 1191 |
| |
1191 | 1192 |
| |
1192 |
| - | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
1193 | 1198 |
| |
1194 |
| - | |
1195 | 1199 |
| |
1196 |
| - | |
1197 |
| - | |
1198 |
| - | |
1199 |
| - | |
1200 |
| - | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
1201 | 1203 |
| |
| 1204 | + | |
1202 | 1205 |
| |
1203 | 1206 |
| |
1204 | 1207 |
| |
|
0 commit comments
Comments
(0)