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


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

1.4
date	91.11.17.20.37.27;	author mer;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


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

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

extern bool valid_or_clause ARGS((LispValue clauseinfo));
extern LispValue get_actual_clauses ARGS((LispValue clauseinfo_list));
extern LispValue get_relattvals ARGS((LispValue clauseinfo_list));
extern LispValue get_joinvars ARGS((LispValue relid, LispValue clauseinfo_list));
extern LispValue get_joinvar ARGS((ObjectId relid, CInfo clauseinfo));
extern LispValue get_opnos ARGS((LispValue clauseinfo_list));

#endif /* clauseinfoIncluded */
@


1.4
log
@prototyping
@
text
@d1 14
a14 1
/* $Header: /users/mer/postgres/src/lib/H/planner/RCS/clauseinfo.h,v 1.3 1989/09/05 17:30:37 mao Version_2 mer $ */
d16 3
d25 2
@


1.3
log
@Working version of C-only demo
@
text
@d1 1
a1 1
/* $Header: RCS/clauseinfo.h,v 1.2 89/08/04 17:10:30 goh Exp $ */
d7 1
a7 1
extern LispValue get_joinvar ARGS((LispValue relid, LispValue clauseinfo));
@


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


1.1
log
@Initial revision
@
text
@d1 2
@
