mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Define prototypes from giststrat.c required in gistscan.c
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user