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


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

1.6
date	91.11.15.16.23.29;	author hong;	state Exp;
branches;
next	1.5;

1.5
date	90.08.17.08.52.52;	author cimarron;	state Exp;
branches;
next	1.4;

1.4
date	89.09.05.17.32.25;	author mao;	state Version_2;
branches;
next	1.3;

1.3
date	89.08.04.17.13.22;	author goh;	state Exp;
branches;
next	1.2;

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

1.1
date	89.07.20.08.48.59;	author ong;	state Exp;
branches;
next	;


desc
@@


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

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

extern LispValue relation_sortkeys ARGS((LispValue tlist));
extern LispValue sort_list_car ARGS((LispValue list));
extern void sort_relation_paths ARGS((LispValue pathlist, LispValue sortkeys, Rel rel, int width));
extern Plan sort_level_result ARGS((Plan plan, int numkeys));

#endif /* sortresultIncluded */
@


1.6
log
@planner prototyping
@
text
@d1 14
a14 1
/* $Header: RCS/sortresult.h,v 1.5 90/08/17 08:52:52 cimarron Exp $ */
d16 2
a17 2
#include "tmp/c.h"
#include "nodes/pg_lisp.h"
d23 2
@


1.5
log
@added pathnames to #include statements
@
text
@d1 1
a1 1
/* $Header: RCS/sortresult.h,v 1.4 89/09/05 17:32:25 mao Version_2 Locker: cimarron $ */
d8 2
a9 2
extern void *sort_relation_paths ARGS((LispValue pathlist, LispValue sortkeys, LispValue rel, LispValue width));
extern Plan sort_level_result ARGS((LispValue plan, LispValue numkeys));
@


1.4
log
@Working version of C-only demo
@
text
@d1 1
a1 1
/* $Header: RCS/sortresult.h,v 1.3 89/08/04 17:13:22 goh Exp $ */
d3 2
a4 2
#include "pg_lisp.h"
#include "c.h"
@


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


1.2
log
@*** empty log message ***
@
text
@d1 2
@


1.1
log
@Initial revision
@
text
@d1 3
d5 1
a5 1
extern LispValue sort_list_carARGS((LispValue list));
d7 1
a7 1
extern LispValue sort_level_result ARGS((LispValue plan, LispValue numkeys));
@
