summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2012-06-25 17:45:15 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2012-06-25 18:40:40 -0400
commit77ed0c69504aad141dea314b1de261195aae5c9e (patch)
treec9ba75f3981e645dd3c9b4399e6e41c82c291c6b /src/backend/utils/init/postinit.c
parenteeece9e60984e76e5a41c1e2fa9efc5a1761e560 (diff)
downloadpostgresql-77ed0c69504aad141dea314b1de261195aae5c9e.tar.gz
Tighten up includes in sinvaladt.h, twophase.h, proc.h
Remove proc.h from sinvaladt.h and twophase.h; also replace xlog.h in proc.h with xlogdefs.h.
Diffstat (limited to 'src/backend/utils/init/postinit.c')
-rw-r--r--src/backend/utils/init/postinit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/init/postinit.c b/src/backend/utils/init/postinit.c
index 1baa67da9f..4d4a895657 100644
--- a/src/backend/utils/init/postinit.c
+++ b/src/backend/utils/init/postinit.c
@@ -44,6 +44,7 @@
#include "storage/proc.h"
#include "storage/procarray.h"
#include "storage/procsignal.h"
+#include "storage/proc.h"
#include "storage/sinvaladt.h"
#include "storage/smgr.h"
#include "tcop/tcopprot.h"