forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd55e9ae
committed
Cleanup more code related to ws2_32.dll loading in src/port/getaddrinfo.c
e2e0219 has removed a code path for Windows 2000 that attempts to loadwship6.dll as fallback if ws2_32.dll is found but not getaddrinfo(),leaving behind a dangling pointer as the library is freed. However,there is no point in this check as ws2_32.dll exists since Windows XP,so just remove the duplicated check.Reported-by: Tom LaneDiscussion:https://postgr.es/m/9781.1582146114@sss.pgh.pa.us1 parent6a8e560 commitd55e9ae
1 file changed
+0
-10
lines changedLines changed: 0 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 | 77 |
| |
88 | 78 |
| |
89 | 79 |
| |
|
0 commit comments
Comments
(0)