File tree 4 files changed +13
-12
lines changed
4 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
* Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $Id: pg_type.h,v 1.2 1996/10/19 04:24:57 scrappy Exp $
10
+ * $Id: pg_type.h,v 1.3 1996/11/04 12:12:42 scrappy Exp $
11
11
*
12
12
* NOTES
13
13
* the genbki.sh script reads this file and generates .bki
18
18
#ifndef PG_TYPE_H
19
19
#define PG_TYPE_H
20
20
21
- #include " utils/rel.h"
21
+ #include < utils/rel.h>
22
22
23
23
/* ----------------
24
24
* postgres.h contains the system type definintions and the
Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: catalog_utils.h,v 1.3 1996/11/03 12:13:03 scrappy Exp $
9
+ * $Id: catalog_utils.h,v 1.4 1996/11/04 12:12:47 scrappy Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
13
13
#ifndef CATALOG_UTILS_H
14
14
#define CATALOG_UTILS_H
15
15
16
- #include "catalog/pg_proc.h"
17
- #include "catalog/pg_type.h"
18
- #include "utils/syscache.h"
16
+ #include <catalog/pg_type.h>
17
+ #include <access/htup.h>
19
18
20
19
typedef HeapTuple Type ;
21
20
typedef HeapTuple Operator ;
Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: parse_query.h,v 1.4 1996/10/31 18:33:09 momjian Exp $
9
+ * $Id: parse_query.h,v 1.5 1996/11/04 12:12:50 scrappy Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
13
13
#ifndef PARSE_QUERY_H
14
14
#define PARSE_QUERY_H
15
15
16
- #include "nodes/pg_list.h"
17
- #include "nodes/parsenodes.h"
18
- #include "parser/catalog_utils.h"
19
- #include "parser/parse_state.h"
16
+ #include <parser/catalog_utils.h>
17
+ #include <parser/parse_state.h>
18
+ #include <nodes/parsenodes.h>
20
19
21
20
typedef struct QueryTreeList {
22
21
int len ; /* number of queries */
Original file line number Diff line number Diff line change 4
4
*
5
5
* Copyright (c) 1994, Regents of the University of California
6
6
*
7
- * $Id: parse_state.h,v 1.4 1996/10/30 02:02:13 momjian Exp $
7
+ * $Id: parse_state.h,v 1.5 1996/11/04 12:12:52 scrappy Exp $
8
8
*
9
9
*-------------------------------------------------------------------------
10
10
*/
11
11
12
12
#ifndef PARSE_STATE_H
13
13
#define PARSE_STATE_H
14
14
15
+ #include <nodes/parsenodes.h>
16
+ #include <utils/rel.h>
17
+
15
18
/* state information used during parse analysis */
16
19
typedef struct ParseState {
17
20
int p_last_resno ;
You can’t perform that action at this time.
0 commit comments