projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d458a1c
)
Define prototypes from giststrat.c required in gistscan.c
author
Marc G. Fournier
Mon, 21 Oct 1996 05:05:42 +0000
(
05:05
+0000)
committer
Marc G. Fournier
Mon, 21 Oct 1996 05:05:42 +0000
(
05:05
+0000)
src/include/access/giststrat.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/giststrat.h
b/src/include/access/giststrat.h
index e8595c8850aa7bd379b1236934537703e2991113..82d8c761e0a3f94dfdfe883c364d545fe0ed4015 100644
(file)
--- a/
src/include/access/giststrat.h
+++ b/
src/include/access/giststrat.h
@@
-10,5
+10,13
@@
*-------------------------------------------------------------------------
*/
#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 */