Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitda67cb0

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> (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.org
1 parentdffb2b4 commitda67cb0

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)

[8]ページ先頭

©2009-2025 Movatter.jp