Skip to content
Snippets Groups Projects
Commit 8325d9fc authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

Define prototypes from giststrat.c required in gistscan.c

parent d458a1c7
Branches
Tags
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment