projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecc792c
)
include cleanup.
author
Robert Haas
<rhaas@postgresql.org>
Mon, 27 Jan 2014 22:13:29 +0000
(17:13 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Mon, 27 Jan 2014 22:16:18 +0000
(17:16 -0500)
src/backend/replication/slot.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/slot.c
b/src/backend/replication/slot.c
index 11104ba224cdc26d6b86ab175aeccdcd3e1bcafe..112737e50731caa01ff8ca4f6c401255c41cea87 100644
(file)
--- a/
src/backend/replication/slot.c
+++ b/
src/backend/replication/slot.c
@@
-40,20
+40,11
@@
#include <sys/stat.h>
#include "access/transam.h"
-
-#include "fmgr.h"
#include "miscadmin.h"
-
#include "replication/slot.h"
-
#include "storage/fd.h"
-#include "storage/ipc.h"
-#include "storage/proc.h"
#include "storage/procarray.h"
-#include "utils/memutils.h"
-#include "utils/syscache.h"
-
/*
* Replication slot on-disk data structure.
*/