Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8325d9f

Browse files
committed
Define prototypes from giststrat.c required in gistscan.c
1 parent d458a1c commit 8325d9f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/include/access/giststrat.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,13 @@
1010
*-------------------------------------------------------------------------
1111
*/
1212
#ifndef GISTSTRAT_H
13+
#define GISTSTRAT_H
14+
15+
StrategyNumber
16+
RelationGetGISTStrategy(Relation r, AttrNumber attnum, RegProcedure proc);
17+
18+
bool
19+
RelationInvokeGISTStrategy(Relation r, AttrNumber attnum, StrategyNumber s,
20+
Datum left, Datum right);
1321

1422
#endif /* GISTSTRAT_H */

0 commit comments

Comments
 (0)