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