From: Fujii Masao Date: Thu, 25 Dec 2014 13:47:53 +0000 (+0900) Subject: Remove duplicate include of slot.h. X-Git-Tag: REL9_4_1~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ac1c52e472a1734d0f6bdc41b4ab871e21f7b92;p=postgresql Remove duplicate include of slot.h. Back-patch to 9.4, where this problem was added. --- diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c index 00ea942ecc..5633922786 100644 --- a/src/backend/replication/walsender.c +++ b/src/backend/replication/walsender.c @@ -62,7 +62,6 @@ #include "replication/slot.h" #include "replication/snapbuild.h" #include "replication/syncrep.h" -#include "replication/slot.h" #include "replication/walreceiver.h" #include "replication/walsender.h" #include "replication/walsender_private.h"