]> granicus.if.org Git - postgresql/commitdiff
Remove execdesc.h inclusion from tcopprot.h
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 20 Sep 2012 14:03:04 +0000 (11:03 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 20 Sep 2012 14:07:59 +0000 (11:07 -0300)
src/backend/commands/schemacmds.c
src/backend/storage/ipc/procsignal.c
src/include/tcop/tcopprot.h

index b11c38d0b8bf65a11e4f49e26634111a6c231430..cd5ce06ca76ac3360c31c0a32391991b1a0515a7 100644 (file)
@@ -15,6 +15,7 @@
 #include "postgres.h"
 
 #include "access/htup_details.h"
+#include "access/heapam.h"
 #include "access/xact.h"
 #include "catalog/catalog.h"
 #include "catalog/dependency.h"
index 0f0d4dd48dffc394b368e675c5ac33f4db31bb84..2a4466a8d628456ae94d12f60608a7a1a8a8e290 100644 (file)
@@ -21,6 +21,7 @@
 #include "miscadmin.h"
 #include "storage/latch.h"
 #include "storage/ipc.h"
+#include "storage/shmem.h"
 #include "storage/sinval.h"
 #include "tcop/tcopprot.h"
 
index 2ac6554e6451b3c1e6bfc6bc99513504a3e6c96d..256b0a8a61417685e39112d6f75014224323bdde 100644 (file)
@@ -19,8 +19,9 @@
 #ifndef TCOPPROT_H
 #define TCOPPROT_H
 
-#include "executor/execdesc.h"
+#include "nodes/params.h"
 #include "nodes/parsenodes.h"
+#include "nodes/plannodes.h"
 #include "storage/procsignal.h"
 #include "utils/guc.h"