forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb620cf2
committed
Blind attempt to fix _configthreadlocale() failures on MinGW.
Apparently, some builds of MinGW contain a version of_configthreadlocale() that always returns -1, indicating failure.Rather than treating that as a curl-up-and-die condition, soldier onas though the function didn't exist. This leaves us without threadsafety on such MinGW versions, but we didn't have it anyway.Discussion:https://postgr.es/m/d06a16bc-52d6-9f0d-2379-21242d7dbe81@2ndQuadrant.com1 parent00376ea commitb620cf2
2 files changed
+12
-10
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
519 | 519 |
| |
520 | 520 |
| |
521 | 521 |
| |
522 |
| - | |
| 522 | + | |
523 | 523 |
| |
524 | 524 |
| |
525 | 525 |
| |
|
Lines changed: 11 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1785 | 1785 |
| |
1786 | 1786 |
| |
1787 | 1787 |
| |
1788 |
| - | |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
1789 | 1791 |
| |
1790 | 1792 |
| |
1791 | 1793 |
| |
| |||
1803 | 1805 |
| |
1804 | 1806 |
| |
1805 | 1807 |
| |
1806 |
| - | |
1807 |
| - | |
1808 |
| - | |
1809 |
| - | |
1810 |
| - | |
1811 | 1808 |
| |
1812 | 1809 |
| |
1813 | 1810 |
| |
| |||
2024 | 2021 |
| |
2025 | 2022 |
| |
2026 | 2023 |
| |
2027 |
| - | |
2028 | 2024 |
| |
2029 | 2025 |
| |
2030 |
| - | |
| 2026 | + | |
| 2027 | + | |
| 2028 | + | |
| 2029 | + | |
| 2030 | + | |
| 2031 | + | |
| 2032 | + | |
| 2033 | + | |
2031 | 2034 |
| |
2032 |
| - | |
2033 | 2035 |
| |
2034 | 2036 |
| |
2035 | 2037 |
| |
|
0 commit comments
Comments
(0)