Commit 7d5e7955 authored by Marc G. Fournier's avatar Marc G. Fournier

Getting there, one by one...

parent 92ec7b58
...@@ -6,17 +6,15 @@ ...@@ -6,17 +6,15 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#ifndef MAKEFUNC_H #ifndef MAKEFUNC_H
#define MAKEFUNC_H #define MAKEFUNC_H
#include "access/attnum.h" #include <nodes/primnodes.h>
#include "catalog/pg_operator.h" #include <utils/fcache.h>
#include "utils/fcache.h"
#include "nodes/primnodes.h"
extern Oper *makeOper(Oid opno, extern Oper *makeOper(Oid opno,
Oid opid, Oid opid,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment