forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcce28f6
committed
Fix macro problem with gai_strerror on Windows.
Commit5579388 was confused about why gai_strerror() didn't work, andused gai_strerrorA(). It turns out that we had explicitly undefinedWindows' own macro for that somewhere else. Get rid of all that, anduse the system headers' definition of gai_sterror() directly asintended.Discussion:https://postgr.es/m/CA+hUKGKErNfhmvb_H0UprEmp4LPzGN06yR2_0tYikjzB-2ECMw@mail.gmail.com1 parent2cea02f commitcce28f6
2 files changed
+0
-9
lines changedLines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
9 | 7 |
|
Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 | 26 |
|
0 commit comments
Comments
(0)