- Notifications
You must be signed in to change notification settings - Fork28
Commit038a2ed
committed
Stabilize regression test result.
If random() returns a result sufficiently close to zero, float8outswitches to scientific notation, breaking this test case's expectationthat the output should look like '0.xxxxxxxxx'. Casting to numericshould fix that. Per buildfarm member pogona.Discussion:https://postgr.es/m/20180324212502.wt4serghfidge2on@alap3.anarazel.de1 parentda61695 commit038a2ed
File tree
2 files changed
+2
-2
lines changed- src/test/regress
- expected
- sql
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments
Comments
(0)