diff options
author | Fujii Masao <fujii@postgresql.org> | 2014-12-25 22:47:53 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2014-12-25 22:47:53 +0900 |
commit | 4a5593197b0ddec913fcd7758d61e782ab5c4d59 (patch) | |
tree | 800262b374b0982484307f703b55ba8818f241b0 | |
parent | 60838df922345b26a616e49ac9fab808a35d1f85 (diff) | |
download | postgresql-4a5593197b0ddec913fcd7758d61e782ab5c4d59.tar.gz postgresql-4a5593197b0ddec913fcd7758d61e782ab5c4d59.zip |
Remove duplicate include of slot.h.
Back-patch to 9.4, where this problem was added.
-rw-r--r-- | src/backend/replication/walsender.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c index 019ae6a6536..11f06ea6cae 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" |