forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit58193c5
committed
Paranoia about unordered comparisons in IEEE float math. If we are
given values that compare as unordered, make sure we reply that theyare equal, which is better than giving an arbitrary answer --- at leastit doesn't depend on which one is passed as which arg.1 parentfc7c16f commit58193c5
1 file changed
+7
-7
lines changedLines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
566 | 566 |
| |
567 | 567 |
| |
568 | 568 |
| |
569 |
| - | |
570 |
| - | |
571 |
| - | |
| 569 | + | |
572 | 570 |
| |
| 571 | + | |
| 572 | + | |
573 | 573 |
| |
574 | 574 |
| |
575 | 575 |
| |
| |||
662 | 662 |
| |
663 | 663 |
| |
664 | 664 |
| |
665 |
| - | |
666 |
| - | |
667 |
| - | |
| 665 | + | |
668 | 666 |
| |
| 667 | + | |
| 668 | + | |
669 | 669 |
| |
670 | 670 |
| |
671 | 671 |
| |
|
0 commit comments
Comments
(0)