forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd9c5e96
committed
Give up on testing guc.c's behavior for "infinity" inputs.
Further buildfarm testing shows that on the machines that are failingac75959's test case, what we're actually getting from strtod("-infinity")is a syntax error (endptr == value) not ERANGE at all. This test caseis not worth carrying two sets of expected output for, so just remove it,and revert commitb212245's misguided attempt to work around the platformdependency.Discussion:https://postgr.es/m/E1h33xk-0001Og-Gs@gemulon.postgresql.org1 parent8cacea7 commitd9c5e96
3 files changed
+5
-10
lines changedLines changed: 5 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6240 | 6240 |
| |
6241 | 6241 |
| |
6242 | 6242 |
| |
| 6243 | + | |
6243 | 6244 |
| |
6244 |
| - | |
6245 |
| - | |
6246 | 6245 |
| |
6247 |
| - | |
6248 |
| - | |
6249 |
| - | |
6250 |
| - | |
6251 |
| - | |
| 6246 | + | |
| 6247 | + | |
| 6248 | + | |
| 6249 | + | |
6252 | 6250 |
| |
6253 | 6251 |
| |
6254 | 6252 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
511 | 511 |
| |
512 | 512 |
| |
513 | 513 |
| |
514 |
| - | |
515 |
| - | |
516 | 514 |
| |
517 | 515 |
| |
518 | 516 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
150 |
| - | |
151 | 150 |
| |
152 | 151 |
| |
153 | 152 |
| |
|
0 commit comments
Comments
(0)