mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Define prototypes from giststrat.c required in gistscan.c
This commit is contained in:
parent
d458a1c747
commit
8325d9fc3b
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user