Further include file cleanups
This commit is contained in:
parent
9e3d4c43a7
commit
87b07a3974
@ -6,17 +6,15 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: relation.h,v 1.2 1996/10/31 09:49:18 scrappy Exp $
|
* $Id: relation.h,v 1.3 1996/11/06 07:44:18 scrappy Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
#ifndef RELATION_H
|
#ifndef RELATION_H
|
||||||
#define RELATION_H
|
#define RELATION_H
|
||||||
|
|
||||||
#include "nodes/pg_list.h"
|
#include <nodes/parsenodes.h>
|
||||||
#include "nodes/primnodes.h"
|
#include <nodes/primnodes.h>
|
||||||
#include "nodes/parsenodes.h"
|
|
||||||
#include "nodes/nodes.h"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Relid
|
* Relid
|
||||||
|
@ -6,14 +6,15 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: xfunc.h,v 1.1 1996/08/28 07:23:30 scrappy Exp $
|
* $Id: xfunc.h,v 1.2 1996/11/06 07:44:13 scrappy Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
#ifndef XFUNC_H
|
#ifndef XFUNC_H
|
||||||
#define XFUNC_H
|
#define XFUNC_H
|
||||||
|
|
||||||
#include "nodes/relation.h"
|
#include <utils/rel.h>
|
||||||
|
#include <nodes/relation.h>
|
||||||
|
|
||||||
/* command line arg flags */
|
/* command line arg flags */
|
||||||
#define XFUNC_OFF -1 /* do no optimization of expensive preds */
|
#define XFUNC_OFF -1 /* do no optimization of expensive preds */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user