forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfaee5a1
committed
Back off output precision in circle.sql regression test.
We were setting extra_float_digits = 0 to avoid platform-dependentoutput in this test, but that's still able to expose platform-specificroundoff behavior in some new test cases added by commita3d2844,as reported by Peter Eisentraut. Reduce it to -1 to hide that.(Over in geometry.sql, we're using -3, which is an ancient decisiondating to337f73b. I wonder whether that's overkill now. Butthere's probably little value in trying to change it.)Back-patch to v12 wherea3d2844 came in; there's no evidence thatwe have any platform-dependent issues here before that.Discussion:https://postgr.es/m/15551268-e224-aa46-084a-124b64095ee3@2ndquadrant.com1 parentf493d98 commitfaee5a1
2 files changed
+11
-9
lines changedLines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
113 | 114 |
| |
114 | 115 |
| |
115 | 116 |
| |
116 |
| - | |
| 117 | + | |
117 | 118 |
| |
118 |
| - | |
119 |
| - | |
| 119 | + | |
| 120 | + | |
120 | 121 |
| |
121 |
| - | |
122 |
| - | |
| 122 | + | |
| 123 | + | |
123 | 124 |
| |
124 | 125 |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
|
0 commit comments
Comments
(0)