Skip to content
Snippets Groups Projects
  • Vadim B. Mikheev's avatar
    12d9a12e
    gist.h: · 12d9a12e
    Vadim B. Mikheev authored
    /*
    ** 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 StrategyEvaluationIsValid
    crashes backend (called if CASSER defined).
    12d9a12e
    History
    gist.h:
    Vadim B. Mikheev authored
    /*
    ** 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 StrategyEvaluationIsValid
    crashes backend (called if CASSER defined).