rel2.h
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
- /*-------------------------------------------------------------------------
- *
- * rel2.h
- *
- *
- *
- * Copyright (c) 1994, Regents of the University of California
- *
- * $Id: rel2.h,v 1.8.2.1 1999/07/30 17:07:22 scrappy Exp $
- *
- *-------------------------------------------------------------------------
- */
- #ifndef TMP_REL2_H
- #define TMP_REL2_H
- #include "utils/rel.h"
- extern IndexStrategy RelationGetIndexStrategy(Relation relation);
- extern void RelationSetIndexSupport(Relation relation, IndexStrategy strategy,
- RegProcedure *support);
- #endif /* TMP_REL2_H */