From b738db5a571fce7cf6b20ab8760f31d6c69b0002 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 1 Dec 2023 08:32:11 +0100 Subject: [PATCH 2/3] Remove unnecessary include of This was put here as part of a mechanical replacement of the old "getaddrinfo.h" with plus (commit 5579388d2d). But here, we only need netdb.h (for NI_MAXHOST), not sys/socket.h. --- src/include/replication/walreceiver.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/replication/walreceiver.h b/src/include/replication/walreceiver.h index 04b439dc50..949e874f21 100644 --- a/src/include/replication/walreceiver.h +++ b/src/include/replication/walreceiver.h @@ -13,7 +13,6 @@ #define _WALRECEIVER_H #include -#include #include "access/xlog.h" #include "access/xlogdefs.h" -- 2.43.0