forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1c49561
committed
Update "pg_regress --no-locale" for Darwin and Windows.
Commit894459e revealed this option tobe broken for NLS builds on Darwin, but "make -C contrib/unaccent check"and the buildfarm client rely on it. Fix that configuration byredefining the option to imply LANG=C on Darwin. In passing, use LANG=Cinstead of LANG=en on Windows; since only postmaster startup uses thatvalue, testers are unlikely to notice the change. Back-patch to 9.0,like the predecessor commit.1 parent450530f commit1c49561
1 file changed
+11
-3
lines changedLines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
798 | 798 |
| |
799 | 799 |
| |
800 | 800 |
| |
801 |
| - | |
802 |
| - | |
803 |
| - | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
804 | 812 |
| |
805 | 813 |
| |
806 | 814 |
| |
|
0 commit comments
Comments
(0)