home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre3.z / postgre3 / src / lib / H / planner / prune.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  519 b   |  10 lines

  1. /* $Header: /private/postgres/src/lib/H/planner/RCS/prune.h,v 1.9 1991/11/15 16:23:19 hong Exp $ */
  2.  
  3. #include "nodes/pg_lisp.h"
  4. extern LispValue prune_joinrels ARGS((LispValue rel_list));
  5. extern LispValue prune_joinrel ARGS((Rel rel, LispValue other_rels));
  6. extern void prune_rel_paths ARGS((LispValue rel_list));
  7. extern Path prune_rel_path ARGS((Rel rel, Path unordered_path));
  8. extern LispValue prune_oldrels ARGS((LispValue old_rels));
  9. extern LispValue merge_joinrels ARGS((LispValue rel_list1,LispValue rel_list2));
  10.