aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/rel2.h
blob: 1e3d9881e737ad633ddf42cf659d0cd7718c8745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*-------------------------------------------------------------------------
 *
 * rel2.h--
 *    
 *
 *
 * Copyright (c) 1994, Regents of the University of California
 *
 * $Id: rel2.h,v 1.1.1.1 1996/07/09 06:22:02 scrappy 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 */