From ce4c0ce1dec3f34dbbc812a49026f70003a63d18 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Wed, 6 Nov 1996 06:52:23 +0000 Subject: Some compile failure fixes from Keith Parks --- src/backend/executor/execUtils.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/backend/executor/execUtils.c') 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, -- cgit v1.2.3