forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit12d9a12
committed
gist.h:
/*** You can have as many strategies as you please in GiSTs, as** long as your consistent method can handle them*/#define GISTNStrategies 100 ^^^- too big number:strat.h->StrategyEvaluationData->StrategyExpression expression[12] ^^ - so 12 is real max # of strategies, or StrategyEvaluationIsValidcrashes backend (called if CASSER defined).1 parent737ab85 commit12d9a12
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 |
| |
29 | 33 |
| |
| 34 | + | |
| 35 | + | |
| 36 | + | |
30 | 37 |
| |
31 | 38 |
| |
32 | 39 |
| |
|
0 commit comments
Comments
(0)