Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
blob: 20ad45863f340cee13c1fba8d6c41415d8559b08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*-------------------------------------------------------------------------
 *
 * giststrat.h
 *	  routines defined in access/gist/giststrat.c
 *
 *
 *
 * rtstrat.h,v 1.2 1995/02/12 02:54:51 andrew Exp
 *
 *-------------------------------------------------------------------------
 */
#ifndef GISTSTRAT_H
#define GISTSTRAT_H

#include <access/strat.h>
#include <utils/rel.h>

extern StrategyNumber RelationGetGISTStrategy(Relation r,
						AttrNumber attnum, RegProcedure proc);

#endif	 /* GISTSTRAT_H */