rel2.h 630 Bytes
Newer Older
1 2
/*-------------------------------------------------------------------------
 *
3
 * rel2.h
4
 *
5 6
 *
 *
Bruce Momjian's avatar
Add:  
Bruce Momjian committed
7 8
 * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
 * Portions Copyright (c) 1994, Regents of the University of California
9
 *
Bruce Momjian's avatar
Add:  
Bruce Momjian committed
10
 * $Id: rel2.h,v 1.10 2000/01/26 05:58:38 momjian Exp $
11 12 13
 *
 *-------------------------------------------------------------------------
 */
14 15
#ifndef TMP_REL2_H
#define TMP_REL2_H
16

17
#include "utils/rel.h"
18 19 20

extern IndexStrategy RelationGetIndexStrategy(Relation relation);

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

24
#endif	 /* TMP_REL2_H */