Skip to content

Commit da67cb0

Browse files
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> (commit 5579388). But here, we only need netdb.h (for NI_MAXHOST), not sys/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.org
1 parent dffb2b4 commit da67cb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/include/replication/walreceiver.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#define _WALRECEIVER_H
1414

1515
#include <netdb.h>
16-
#include <sys/socket.h>
1716

1817
#include "access/xlog.h"
1918
#include "access/xlogdefs.h"

0 commit comments

Comments
 (0)