*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_type.h,v 1.2 1996/10/19 04:24:57 scrappy Exp $
+ * $Id: pg_type.h,v 1.3 1996/11/04 12:12:42 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
#ifndef PG_TYPE_H
#define PG_TYPE_H
-#include "utils/rel.h"
+#include
/* ----------------
* postgres.h contains the system type definintions and the
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: catalog_utils.h,v 1.3 1996/11/03 12:13:03 scrappy Exp $
+ * $Id: catalog_utils.h,v 1.4 1996/11/04 12:12:47 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef CATALOG_UTILS_H
#define CATALOG_UTILS_H
-#include "catalog/pg_proc.h"
-#include "catalog/pg_type.h"
-#include "utils/syscache.h"
+#include
typedef HeapTuple Type;
typedef HeapTuple Operator;
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_query.h,v 1.4 1996/10/31 18:33:09 momjian Exp $
+ * $Id: parse_query.h,v 1.5 1996/11/04 12:12:50 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PARSE_QUERY_H
#define PARSE_QUERY_H
-#include "nodes/pg_list.h"
-#include "nodes/parsenodes.h"
-#include "parser/catalog_utils.h"
-#include "parser/parse_state.h"
+#include
typedef struct QueryTreeList {
int len; /* number of queries */
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_state.h,v 1.4 1996/10/30 02:02:13 momjian Exp $
+ * $Id: parse_state.h,v 1.5 1996/11/04 12:12:52 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PARSE_STATE_H
#define PARSE_STATE_H
+#include
+#include
+
/* state information used during parse analysis */
typedef struct ParseState {
int p_last_resno;