]> 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:52:37 +0000 (22:52 +0900)
Back-patch to 9.4, where this problem was added.

src/backend/replication/walsender.c

index 00ea942ecc935ce0d9ad1bc8a476c3cabc76383c..5633922786d4052e3c9b941acb80b30c5e06c188 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"