From dc037969adaf7d5a16fa09b12b6fa6bf4e2938b8 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 4 Nov 1996 12:07:05 +0000 Subject: [PATCH] Another one completely cleaned up --- src/include/tcop/dest.h | 4 ++-- src/include/tcop/pquery.h | 5 ++--- src/include/tcop/tcopprot.h | 7 +++---- src/include/tcop/utility.h | 4 +++- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h index 740d23c2b6..bfe2974656 100644 --- a/src/include/tcop/dest.h +++ b/src/include/tcop/dest.h @@ -26,14 +26,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: dest.h,v 1.2 1996/11/03 12:13:19 scrappy Exp $ + * $Id: dest.h,v 1.3 1996/11/04 12:07:00 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef DEST_H #define DEST_H -#include "access/tupdesc.h" +#include /* ---------------- * CommandDest is used to allow the results of calling diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h index d8cbc7a49e..0e806a0b7b 100644 --- a/src/include/tcop/pquery.h +++ b/src/include/tcop/pquery.h @@ -6,15 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pquery.h,v 1.1 1996/08/28 07:27:51 scrappy Exp $ + * $Id: pquery.h,v 1.2 1996/11/04 12:07:01 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef PQUERY_H #define PQUERY_H -#include "executor/execdesc.h" -#include "tcop/dest.h" +#include /* moved to execdesc.h extern QueryDesc *CreateQueryDesc(Query *parsetree, Plan *plantree, diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h index 7d751051df..cb07eec63d 100644 --- a/src/include/tcop/tcopprot.h +++ b/src/include/tcop/tcopprot.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: tcopprot.h,v 1.1 1996/08/28 07:27:53 scrappy Exp $ + * $Id: tcopprot.h,v 1.2 1996/11/04 12:07:04 scrappy Exp $ * * OLD COMMENTS * This file was created so that other c files could get the two @@ -18,9 +18,8 @@ #ifndef TCOPPROT_H #define TCOPPROT_H -#include "tcop/dest.h" -#include "nodes/pg_list.h" -#include "parser/parse_query.h" +#include +#include #ifndef BOOTSTRAP_INCLUDE extern List *pg_plan(char *query_string, Oid *typev, int nargs, diff --git a/src/include/tcop/utility.h b/src/include/tcop/utility.h index ae7c085fb5..ec0842dd3a 100644 --- a/src/include/tcop/utility.h +++ b/src/include/tcop/utility.h @@ -6,13 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: utility.h,v 1.1 1996/08/28 07:27:54 scrappy Exp $ + * $Id: utility.h,v 1.2 1996/11/04 12:07:05 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef UTILITY_H #define UTILITY_H +#include + extern void ProcessUtility(Node *parsetree, CommandDest dest); #endif /* UTILITY_H */ -- 2.40.0