1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-03 09:13:20 +03:00
Files
postgres/src/include
Vadim B. Mikheev 12d9a12eda 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).
1997-05-22 16:09:57 +00:00
..
1997-05-22 16:09:57 +00:00
1996-11-08 06:43:28 +00:00
1996-12-26 17:53:40 +00:00
1996-11-08 06:02:30 +00:00
1997-04-23 05:52:32 +00:00
1997-05-17 16:25:57 +00:00
1997-04-24 16:21:46 +00:00
1997-03-14 23:34:16 +00:00