forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd5a9a66
committed
Update the Winsock API version requested by libpq.
According to Microsoft's documentation, 2.2 has been the currentversion since Windows 98 or so. Moreover, that's what the Postgresbackend has been requesting since 2004 (cf commit4cdf51e).So there seems no reason for libpq to keep asking for 1.1.Bring thread_test along, too, so that we're uniformly asking for 2.2in all our WSAStartup calls.It's not clear whether there's any point in back-patching this,so for now I didn't.Discussion:https://postgr.es/m/132799.1602960277@sss.pgh.pa.us1 parent929c69a commitd5a9a66
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3883 | 3883 |
| |
3884 | 3884 |
| |
3885 | 3885 |
| |
3886 |
| - | |
| 3886 | + | |
3887 | 3887 |
| |
3888 | 3888 |
| |
3889 | 3889 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
| 129 | + | |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
|
0 commit comments
Comments
(0)