OSDN Git Service

gist.h:
authorVadim B. Mikheev <vadim4o@yahoo.com>
Thu, 22 May 1997 16:09:57 +0000 (16:09 +0000)
committerVadim B. Mikheev <vadim4o@yahoo.com>
Thu, 22 May 1997 16:09:57 +0000 (16:09 +0000)
commit12d9a12eda9d786b155cacdc81ff56b0c33ab014
tree3e66a6450ff0c1bb78c40d6b3db9a1dec902b381
parent737ab85cc08c888d8f8817073909ec0ecdf62d18
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 StrategyEvaluationIsValid
crashes backend (called if CASSER defined).
src/include/access/gist.h