File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed 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: relation.h,v 1.2 1996/10/31 09:49 :18 scrappy Exp $
9
+ * $Id: relation.h,v 1.3 1996/11/06 07:44 :18 scrappy Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
13
13
#ifndef RELATION_H
14
14
#define RELATION_H
15
15
16
- #include "nodes/pg_list.h"
17
- #include "nodes/primnodes.h"
18
- #include "nodes/parsenodes.h"
19
- #include "nodes/nodes.h"
16
+ #include <nodes/parsenodes.h>
17
+ #include <nodes/primnodes.h>
20
18
21
19
/*
22
20
* Relid
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: xfunc.h,v 1.1 1996/08/28 07:23:30 scrappy Exp $
9
+ * $Id: xfunc.h,v 1.2 1996/11/06 07:44:13 scrappy Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
13
13
#ifndef XFUNC_H
14
14
#define XFUNC_H
15
15
16
- #include "nodes/relation.h"
16
+ #include <utils/rel.h>
17
+ #include <nodes/relation.h>
17
18
18
19
/* command line arg flags */
19
20
#define XFUNC_OFF -1 /* do no optimization of expensive preds */
You can’t perform that action at this time.
0 commit comments