diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-06 09:19:16 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-06 09:19:16 +0000 |
commit | 92ec7b5812334f06ee123d56b2a6b7fe399e48cc (patch) | |
tree | c390230aa9b2b347bd45b6b8a1d57defb249c5b9 /src | |
parent | 8b6b4d063a972fcc3b005566340a325e52f11b37 (diff) | |
download | postgresql-92ec7b5812334f06ee123d56b2a6b7fe399e48cc.tar.gz postgresql-92ec7b5812334f06ee123d56b2a6b7fe399e48cc.zip |
And another
Diffstat (limited to 'src')
-rw-r--r-- | src/include/optimizer/clauses.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/optimizer/clauses.h b/src/include/optimizer/clauses.h index bb00180c50f..64ecbb789c8 100644 --- 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); |