projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b6b4d0
)
And another
author
Marc G. Fournier
<
[email protected]
>
Wed, 6 Nov 1996 09:19:16 +0000
(09:19 +0000)
committer
Marc G. Fournier
<
[email protected]
>
Wed, 6 Nov 1996 09:19:16 +0000
(09:19 +0000)
src/include/optimizer/clauses.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/optimizer/clauses.h
b/src/include/optimizer/clauses.h
index bb00180c50f3f0bc177666e9ea99a835204fba48..64ecbb789c84bb5d85cfa16ffc0cc6b1b771f7e3 100644
(file)
--- a/
src/include/optimizer/clauses.h
+++ b/
src/include/optimizer/clauses.h
@@
-6,15
+6,14
@@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: clauses.h,v 1.
1 1996/08/28 07:23:11
scrappy Exp $
+ * $Id: clauses.h,v 1.
2 1996/11/06 09:19:16
scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef CLAUSES_H
#define CLAUSES_H
-#include "nodes/pg_list.h"
-#include "nodes/primnodes.h"
+#include <nodes/primnodes.h>
extern Expr *make_clause(int type, Node *oper, List *args);
extern bool is_opclause(Node *clause);