forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita067b50
committed
Get rid of minus zero in box regression test.
Commitacdf2a8 added a test case involving minus zero as a box endpoint.This is not very portable, as evidenced by the several older buildfarmmembers that are failing on the test because they print minus zero asjust "0". If there were any significant reason to test this behavior,we could consider carrying a separate expected-file; but it doesn't lookto me like there's adequate justification to accept such a maintenanceburden. Just change the test to use plain zero, instead.1 parent2306696 commita067b50
2 files changed
+4
-4
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
228 |
| - | |
| 228 | + | |
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
| |||
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
241 |
| - | |
| 241 | + | |
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
| |||
258 | 258 |
| |
259 | 259 |
| |
260 | 260 |
| |
261 |
| - | |
| 261 | + | |
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 |
| - | |
| 135 | + | |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
|
0 commit comments
Comments
(0)