giststrat.h
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:0k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. /*-------------------------------------------------------------------------
  2.  *
  3.  * giststrat.h
  4.  *   routines defined in access/gist/giststrat.c
  5.  *
  6.  *
  7.  *
  8.  * rtstrat.h,v 1.2 1995/02/12 02:54:51 andrew Exp
  9.  *
  10.  *-------------------------------------------------------------------------
  11.  */
  12. #ifndef GISTSTRAT_H
  13. #define GISTSTRAT_H
  14. #include "utils/rel.h"
  15. extern StrategyNumber RelationGetGISTStrategy(Relation r,
  16. AttrNumber attnum, RegProcedure proc);
  17. #endif  /* GISTSTRAT_H */