Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit12d9a12

Browse files
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

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎src/include/access/gist.h

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,16 @@
2424
/*
2525
** You can have as many strategies as you please in GiSTs, as
2626
** long as your consistent method can handle them
27-
*/
27+
**
28+
** But strat.h->StrategyEvaluationData->StrategyExpression expression[12]
29+
** - so 12 is real max # of strategies, or StrategyEvaluationIsValid
30+
** crashes backend...- vadim 05/21/97
31+
2832
#define GISTNStrategies100
2933
34+
*/
35+
#defineGISTNStrategies12
36+
3037
/*
3138
** Helper routines
3239
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp