diff options
Diffstat (limited to 'src/backend/executor/functions.c')
-rw-r--r-- | src/backend/executor/functions.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/backend/executor/functions.c b/src/backend/executor/functions.c index 00fc00182d6..1fbd578da8d 100644 --- a/src/backend/executor/functions.c +++ b/src/backend/executor/functions.c @@ -8,30 +8,19 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/executor/functions.c,v 1.27 1999/07/15 15:18:59 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/executor/functions.c,v 1.28 1999/07/15 22:39:07 momjian Exp $ * *------------------------------------------------------------------------- */ #include <string.h> #include "postgres.h" -#include "nodes/primnodes.h" -#include "nodes/relation.h" -#include "nodes/execnodes.h" -#include "nodes/plannodes.h" -#include "catalog/pg_proc.h" #include "tcop/pquery.h" #include "tcop/tcopprot.h" #include "tcop/utility.h" -#include "nodes/params.h" -#include "fmgr.h" -#include "utils/fcache.h" #include "utils/datum.h" -#include "utils/syscache.h" -#include "catalog/pg_language.h" #include "access/heapam.h" -#include "access/xact.h" #include "executor/executor.h" #include "executor/execdefs.h" #include "executor/functions.h" |