forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0f516d0
committed
Fix pgbench permute tests.
One of the tests for the pgbench permute() function added by6b258e3 fails on some 32-bit platforms, due to variations in thefloating point computations in getrand(). The remaining tests givesufficient coverage, so just remove the failing test.Reported by Christoph Berg. Analysis by Thomas Munro and Tom Lane.Based on patch by Fabien Coelho.Discussion:https://postgr.es/m/YKQnUoYV63GRJBDD@msg.df7cb.de1 parent167bd48 commit0f516d0
1 file changed
+0
-11
lines changedLines changed: 0 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
496 | 496 |
| |
497 | 497 |
| |
498 | 498 |
| |
499 |
| - | |
500 |
| - | |
501 | 499 |
| |
502 | 500 |
| |
503 | 501 |
| |
| |||
643 | 641 |
| |
644 | 642 |
| |
645 | 643 |
| |
646 |
| - | |
647 |
| - | |
648 |
| - | |
649 |
| - | |
650 |
| - | |
651 |
| - | |
652 |
| - | |
653 |
| - | |
654 |
| - | |
655 | 644 |
| |
656 | 645 |
| |
657 | 646 |
| |
|
0 commit comments
Comments
(0)