forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit95dcb8f
committed
Avoid locale-dependent output in numericlocale check.
I'd forgotten that in the buildfarm, parts of the regression testsmay run with psql exposed to a non-default LC_NUMERIC setting.Hence we can't assume that C locale prevails, nor is there anyaccessible way to force the setting for this single test step.Lobotomize the test case added by commit9a98984 so that it covers asmuch as we can of print.c without having any locale-varying output.1 parent67ed3b9 commit95dcb8f
2 files changed
+10
-10
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2773 | 2773 |
| |
2774 | 2774 |
| |
2775 | 2775 |
| |
2776 |
| - | |
| 2776 | + | |
2777 | 2777 |
| |
2778 | 2778 |
| |
2779 | 2779 |
| |
2780 |
| - | |
| 2780 | + | |
2781 | 2781 |
| |
2782 |
| - | |
2783 |
| - | |
2784 |
| - | |
2785 |
| - | |
2786 |
| - | |
2787 |
| - | |
| 2782 | + | |
| 2783 | + | |
| 2784 | + | |
| 2785 | + | |
| 2786 | + | |
| 2787 | + | |
2788 | 2788 |
| |
2789 | 2789 |
| |
2790 | 2790 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
448 | 448 |
| |
449 | 449 |
| |
450 | 450 |
| |
451 |
| - | |
| 451 | + | |
452 | 452 |
| |
453 | 453 |
| |
454 | 454 |
| |
455 | 455 |
| |
456 | 456 |
| |
457 |
| - | |
| 457 | + | |
458 | 458 |
| |
459 | 459 |
| |
460 | 460 |
| |
|
0 commit comments
Comments
(0)