We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6b4d0 commit 92ec7b5Copy full SHA for 92ec7b5
src/include/optimizer/clauses.h
@@ -6,15 +6,14 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $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 $
10
11
*-------------------------------------------------------------------------
12
*/
13
#ifndef CLAUSES_H
14
#define CLAUSES_H
15
16
-#include "nodes/pg_list.h"
17
-#include "nodes/primnodes.h"
+#include <nodes/primnodes.h>
18
19
extern Expr *make_clause(int type, Node *oper, List *args);
20
extern bool is_opclause(Node *clause);
0 commit comments