forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitda67cb0
committed
Remove unnecessary include of <sys/socket.h>
This was put here as part of a mechanical replacement of the old"getaddrinfo.h" with <netdb.h> plus <sys/socket.h> (commit5579388). But here, we only need netdb.h (for NI_MAXHOST), notsys/socket.h.Reviewed-by: Shubham Khanna <Shubham.Khanna@fujitsu.com>Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://www.postgresql.org/message-id/flat/cff5475d-e0a9-4561-b094-794aa36bd031%40eisentraut.org1 parentdffb2b4 commitda67cb0
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 | 16 |
| |
18 | 17 |
| |
19 | 18 |
| |
|
0 commit comments
Comments
(0)