head	1.6;
access;
symbols
	release_4_2:1.6
	aix_ok:1.5
	Version_2_1:1.4
	Version_2:1.3
	C_Demo_1:1.3
	Retrieve_x_qual:1.2;
locks; strict;
comment	@ * @;


1.6
date	93.11.03.04.12.05;	author aoki;	state Exp;
branches;
next	1.5;

1.5
date	91.11.15.16.23.23;	author hong;	state Exp;
branches;
next	1.4;

1.4
date	90.08.17.08.52.50;	author cimarron;	state Exp;
branches;
next	1.3;

1.3
date	89.09.05.17.32.17;	author mao;	state Version_2;
branches;
next	1.2;

1.2
date	89.08.04.17.13.16;	author goh;	state Exp;
branches;
next	1.1;

1.1
date	89.07.21.10.45.08;	author goh;	state Exp;
branches;
next	;


desc
@@


1.6
log
@planner proto update
@
text
@/* ----------------------------------------------------------------
 *   FILE
 *	relnode.h
 *
 *   DESCRIPTION
 *	prototypes for relnode.c.
 *
 *   NOTES
 *	Automatically generated using mkproto
 *
 *   IDENTIFICATION
 *	$Header$
 * ----------------------------------------------------------------
 */

#ifndef relnodeIncluded		/* include this file only once */
#define relnodeIncluded	1

extern Rel get_rel ARGS((LispValue relid));
extern Rel rel_member ARGS((List relid, List rels));

#endif /* relnodeIncluded */
@


1.5
log
@planner prototyping
@
text
@d1 14
a14 1
/* $Header: RCS/relnode.h,v 1.4 90/08/17 08:52:50 cimarron Exp $ */
d16 3
a18 1
#include "nodes/relation.h"
d20 3
a22 1
extern Rel rel_member ARGS((LispValue relid, LispValue rels));
@


1.4
log
@added pathnames to #include statements
@
text
@d1 1
a1 1
/* $Header: RCS/relnode.h,v 1.3 89/09/05 17:32:17 mao Version_2 Locker: cimarron $ */
d4 2
a5 2
extern Rel get_rel ARGS((OID relid));
extern Rel rel_member ARGS((OID relid, LispValue rels));
@


1.3
log
@Working version of C-only demo
@
text
@d1 1
a1 1
/* $Header: RCS/relnode.h,v 1.2 89/08/04 17:13:16 goh Exp $ */
d3 1
a3 1
#include "relation.h"
@


1.2
log
@qualifications now work
@
text
@d1 1
a1 1
/* $Header:$ */
@


1.1
log
@Initial revision
@
text
@d1 2
@
