postgresql/src/include/optimizer/joininfo.h

22 lines
595 B
C
Raw Normal View History

/*-------------------------------------------------------------------------
*
* joininfo.h
* prototypes for joininfo.c.
*
*
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: joininfo.h,v 1.20 2001/11/05 17:46:34 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef JOININFO_H
#define JOININFO_H
1997-11-25 20:14:33 -05:00
#include "nodes/relation.h"
1999-05-25 18:43:53 -04:00
extern JoinInfo *find_joininfo_node(RelOptInfo *this_rel, List *join_relids);
#endif /* JOININFO_H */