]> granicus.if.org Git - postgresql/commitdiff
Remove duplicate include of slot.h.
authorFujii Masao <fujii@postgresql.org>
Thu, 25 Dec 2014 13:47:53 +0000 (22:47 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 25 Dec 2014 13:47:53 +0000 (22:47 +0900)
Back-patch to 9.4, where this problem was added.

src/backend/replication/walsender.c

index 019ae6a6536657e616b0caf2b3de3d1555ddc874..11f06ea6caec97bddcf5cc692a25ad8ff2f37b3f 100644 (file)
@@ -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"