diff options
author | Marc G. Fournier <scrappy@hub.org> | 1999-07-30 17:07:23 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1999-07-30 17:07:23 +0000 |
commit | 2c49183c80a47c4aa0a8ef3eea5da415d1cc8a32 (patch) | |
tree | 59454a97a765e8564fe79598dbf57d457d8487f7 /src/include/tcop | |
parent | 710add2942db738ee6b7331598a4395ce10cab4f (diff) |
Carefully merge in Bruce's include file changes ... commit'd only after a
clean compile ...
Diffstat (limited to 'src/include/tcop')
-rw-r--r-- | src/include/tcop/dest.h | 6 | ||||
-rw-r--r-- | src/include/tcop/pquery.h | 4 | ||||
-rw-r--r-- | src/include/tcop/utility.h | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h index f46f9b32484..25947146527 100644 --- a/src/include/tcop/dest.h +++ b/src/include/tcop/dest.h @@ -44,15 +44,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: dest.h,v 1.20 1999/05/25 22:43:29 momjian Exp $ + * $Id: dest.h,v 1.20.2.1 1999/07/30 17:07:20 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef DEST_H #define DEST_H -#include <access/htup.h> -#include <access/tupdesc.h> +#include "access/htup.h" +#include "access/tupdesc.h" /* ---------------- * CommandDest is a simplistic means of identifying the desired diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h index 5c783d50142..6465faad0bd 100644 --- a/src/include/tcop/pquery.h +++ b/src/include/tcop/pquery.h @@ -6,14 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pquery.h,v 1.12 1999/02/13 23:22:13 momjian Exp $ + * $Id: pquery.h,v 1.12.2.1 1999/07/30 17:07:20 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef PQUERY_H #define PQUERY_H -#include <executor/execdesc.h> +#include "executor/execdesc.h" /* moved to execdesc.h extern QueryDesc *CreateQueryDesc(Query *parsetree, Plan *plantree, diff --git a/src/include/tcop/utility.h b/src/include/tcop/utility.h index 8baffbeb2c4..66f94c3aed2 100644 --- a/src/include/tcop/utility.h +++ b/src/include/tcop/utility.h @@ -6,14 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: utility.h,v 1.7 1999/02/13 23:22:13 momjian Exp $ + * $Id: utility.h,v 1.7.2.1 1999/07/30 17:07:20 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef UTILITY_H #define UTILITY_H -#include <executor/execdesc.h> +#include "executor/execdesc.h" extern void ProcessUtility(Node *parsetree, CommandDest dest); |