home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / src / lib / H / planner / allpaths.h next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  375 b   |  6 lines

  1. /* $Header: /private/postgres/src/lib/H/planner/RCS/allpaths.h,v 1.4 1991/11/15 16:22:00 hong Exp $
  2.  */
  3. extern LispValue find_paths ARGS((LispValue rels, int nest_level, LispValue sortkeys));
  4. extern LispValue find_rel_paths ARGS((LispValue rels, int level, LispValue sortkeys));
  5. extern LispValue find_join_paths ARGS((LispValue outer_rels, int levels_left, int nest_level));
  6.