forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit082764a
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 parent5308e08 commit082764a
1 file changed
+11
-3
lines changedLines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
793 | 793 |
| |
794 | 794 |
| |
795 | 795 |
| |
796 |
| - | |
797 |
| - | |
798 |
| - | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
799 | 807 |
| |
800 | 808 |
| |
801 | 809 |
| |
|
0 commit comments
Comments
(0)