home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / src / lib / H / tcop / pfrag.h < prev    next >
Encoding:
Text File  |  1992-08-27  |  313 b   |  6 lines

  1. /* $Header: /private/postgres/src/lib/H/tcop/RCS/pfrag.h,v 1.1 1991/11/11 23:14:08 hong Exp $ */
  2. /* pfrag.c */
  3. Fragment InitialPlanFragments ARGS((List parsetree , Plan plan ));
  4. bool plan_is_parallelizable ARGS((Plan plan ));
  5. void OptimizeAndExecuteFragments ARGS((List fragmentlist , CommandDest destination ));
  6.