OSDN Git Service

Define prototypes from giststrat.c required in gistscan.c
authorMarc G. Fournier <scrappy@hub.org>
Mon, 21 Oct 1996 05:05:42 +0000 (05:05 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 21 Oct 1996 05:05:42 +0000 (05:05 +0000)
src/include/access/giststrat.h

index e8595c8..82d8c76 100644 (file)
  *-------------------------------------------------------------------------
  */
 #ifndef GISTSTRAT_H
+#define GISTSTRAT_H
+
+StrategyNumber
+RelationGetGISTStrategy(Relation r, AttrNumber attnum, RegProcedure proc);
+
+bool
+RelationInvokeGISTStrategy(Relation r, AttrNumber attnum, StrategyNumber s,
+                           Datum left, Datum right);
 
 #endif /* GISTSTRAT_H */