- Notifications
You must be signed in to change notification settings - Fork5
Commit73c8e85
committed
Avoid using platform-dependent floats in test case.
The number of decimals printed for floats varied in this test case, asnoted by several buildfarm members. There's nothing special about floatsand arrays in the code being tested, so replace the floats with numerics tomake the output platform-independent.1 parente131ba4 commit73c8e85
File tree
3 files changed
+10
-39
lines changed- src/pl/plpython
- expected
- sql
3 files changed
+10
-39
lines changedLines changed: 4 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
568 | 568 |
| |
569 | 569 |
| |
570 | 570 |
| |
571 |
| - | |
| 571 | + | |
572 | 572 |
| |
573 | 573 |
| |
574 | 574 |
| |
575 |
| - | |
576 |
| - | |
577 |
| - | |
578 |
| - | |
579 |
| - | |
580 |
| - | |
581 |
| - | |
582 |
| - | |
583 |
| - | |
584 |
| - | |
585 |
| - | |
586 |
| - | |
587 |
| - | |
588 |
| - | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
589 | 578 |
| |
590 | 579 |
| |
591 | 580 |
| |
|
Lines changed: 4 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
568 | 568 |
| |
569 | 569 |
| |
570 | 570 |
| |
571 |
| - | |
| 571 | + | |
572 | 572 |
| |
573 | 573 |
| |
574 | 574 |
| |
575 |
| - | |
576 |
| - | |
577 |
| - | |
578 |
| - | |
579 |
| - | |
580 |
| - | |
581 |
| - | |
582 |
| - | |
583 |
| - | |
584 |
| - | |
585 |
| - | |
586 |
| - | |
587 |
| - | |
588 |
| - | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
589 | 578 |
| |
590 | 579 |
| |
591 | 580 |
| |
|
Lines changed: 2 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
250 |
| - | |
| 250 | + | |
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
255 |
| - | |
256 |
| - | |
257 |
| - | |
258 |
| - | |
259 |
| - | |
260 |
| - | |
261 |
| - | |
262 |
| - | |
| 255 | + | |
263 | 256 |
| |
264 | 257 |
| |
265 | 258 |
| |
|
0 commit comments
Comments
(0)