aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execUtils.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-06 06:52:23 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-06 06:52:23 +0000
commitce4c0ce1dec3f34dbbc812a49026f70003a63d18 (patch)
treea45e10088e6d6fa41c7050b0824675378dec7b0f /src/backend/executor/execUtils.c
parente4725ee76a3fcdf40548c93badc4a8f679a953bb (diff)
downloadpostgresql-ce4c0ce1dec3f34dbbc812a49026f70003a63d18.tar.gz
postgresql-ce4c0ce1dec3f34dbbc812a49026f70003a63d18.zip
Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>
Diffstat (limited to 'src/backend/executor/execUtils.c')
-rw-r--r--src/backend/executor/execUtils.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/backend/executor/execUtils.c b/src/backend/executor/execUtils.c
index 397053bf367..276bb632ae9 100644
--- a/src/backend/executor/execUtils.c
+++ b/src/backend/executor/execUtils.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/execUtils.c,v 1.3 1996/10/31 10:11:43 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/execUtils.c,v 1.4 1996/11/06 06:47:35 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -41,13 +41,20 @@
*/
#include "postgres.h"
+#include "fmgr.h"
#include "executor/executor.h"
+#include "executor/execdebug.h"
#include "access/itup.h"
+#include "access/heapam.h"
+#include "access/genam.h"
#include "optimizer/clauses.h"
#include "utils/palloc.h"
+#include "utils/mcxt.h"
#include "commands/command.h"
#include "catalog/index.h"
+#include "catalog/catname.h"
+#include "catalog/pg_proc.h"
/* ----------------------------------------------------------------
* global counters for number of tuples processed, retrieved,