From: Fujii Masao Date: Thu, 25 Dec 2014 13:47:53 +0000 (+0900) Subject: Remove duplicate include of slot.h. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=6ac1c52e472a1734d0f6bdc41b4ab871e21f7b92;p=users%2Fheikki%2Fpostgres.git 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"