提交 8325d9fc 编写于 作者: M Marc G. Fournier

Define prototypes from giststrat.c required in gistscan.c

上级 d458a1c7
......@@ -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 */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册