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 92ec7b5 commit 7d5e795Copy full SHA for 7d5e795
src/include/nodes/makefuncs.h
@@ -6,17 +6,15 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: makefuncs.h,v 1.1 1996/08/28 01:57:33 scrappy Exp $
+ * $Id: makefuncs.h,v 1.2 1996/11/06 09:21:42 scrappy Exp $
10
11
*-------------------------------------------------------------------------
12
*/
13
#ifndef MAKEFUNC_H
14
#define MAKEFUNC_H
15
16
-#include "access/attnum.h"
17
-#include "catalog/pg_operator.h"
18
-#include "utils/fcache.h"
19
-#include "nodes/primnodes.h"
+#include <nodes/primnodes.h>
+#include <utils/fcache.h>
20
21
extern Oper *makeOper(Oid opno,
22
Oid opid,
0 commit comments