forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1d334ab
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 parent6bf9f4e commit1d334ab
2 files changed
+12
-10
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
518 | 518 |
| |
519 | 519 |
| |
520 | 520 |
| |
521 |
| - | |
| 521 | + | |
522 | 522 |
| |
523 | 523 |
| |
524 | 524 |
| |
|
Lines changed: 11 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1786 | 1786 |
| |
1787 | 1787 |
| |
1788 | 1788 |
| |
1789 |
| - | |
| 1789 | + | |
| 1790 | + | |
| 1791 | + | |
1790 | 1792 |
| |
1791 | 1793 |
| |
1792 | 1794 |
| |
| |||
1804 | 1806 |
| |
1805 | 1807 |
| |
1806 | 1808 |
| |
1807 |
| - | |
1808 |
| - | |
1809 |
| - | |
1810 |
| - | |
1811 |
| - | |
1812 | 1809 |
| |
1813 | 1810 |
| |
1814 | 1811 |
| |
| |||
2025 | 2022 |
| |
2026 | 2023 |
| |
2027 | 2024 |
| |
2028 |
| - | |
2029 | 2025 |
| |
2030 | 2026 |
| |
2031 |
| - | |
| 2027 | + | |
| 2028 | + | |
| 2029 | + | |
| 2030 | + | |
| 2031 | + | |
| 2032 | + | |
| 2033 | + | |
| 2034 | + | |
2032 | 2035 |
| |
2033 |
| - | |
2034 | 2036 |
| |
2035 | 2037 |
| |
2036 | 2038 |
| |
|
0 commit comments
Comments
(0)