/*-------------------------------------------------------------------------
 *
 * rel2.h--
 *    
 *
 *
 * Copyright (c) 1994, Regents of the University of California
 *
 * rel2.h,v 1.1.1.1 1994/11/07 05:19:47 andrew Exp
 *
 *-------------------------------------------------------------------------
 */
#ifndef	TMP_REL2_H
#define	TMP_REL2_H

#include "access/istrat.h"

extern IndexStrategy RelationGetIndexStrategy(Relation relation);

extern void RelationSetIndexSupport(Relation relation, IndexStrategy strategy,
			     RegProcedure *support);

#endif	/* TMP_REL2_H */
