postgresql/src/include/access
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
..
attnum.h remove: 1996-10-31 09:51:30 +00:00
funcindex.h More cleanups of the include files 1996-08-28 01:59:28 +00:00
genam.h index_insert has now HeapRelation as last param (for 1997-01-10 09:36:34 +00:00
gist.h gist.h: 1997-05-22 16:09:57 +00:00
gistscan.h All external function definitions now have prototypes that are checked. 1996-11-10 03:06:38 +00:00
giststrat.h All external function definitions now have prototypes that are checked. 1996-11-10 03:06:38 +00:00
hash.h index_insert has now HeapRelation as last param (for 1997-01-10 09:36:34 +00:00
heapam.h All external function definitions now have prototypes that are checked. 1996-11-10 03:06:38 +00:00
heaptuple.h And another... 1996-11-05 07:18:05 +00:00
hio.h these ones have their dependencies cleaned up 1996-11-05 10:37:16 +00:00
htup.h -Wall based cleanup of include files, based from acl.h, and everything 1996-11-04 07:18:46 +00:00
ibit.h Another 1996-11-05 07:24:03 +00:00
iqual.h these ones have their dependencies cleaned up 1996-11-05 10:37:16 +00:00
istrat.h these ones have their dependencies cleaned up 1996-11-05 10:37:16 +00:00
itup.h Another one bits the dust... 1996-11-05 07:20:09 +00:00
nbtree.h BTREE_VERSION_1: using bti_itup->t_tid as unique identifier for a given 1997-04-16 01:21:59 +00:00
printtup.h another gone 1996-11-06 08:52:04 +00:00
relscan.h another pass through. 1996-11-04 08:53:07 +00:00
rtree.h index_insert has now HeapRelation as last param (for 1997-01-10 09:36:34 +00:00
rtscan.h Moved from backend/access to include/access 1996-08-27 21:50:29 +00:00
rtstrat.h Moved from backend/access to include/access 1996-08-27 21:50:29 +00:00
sdir.h remove: 1996-10-31 09:51:30 +00:00
skey.h Another series started from utils/builtins.h 1996-11-04 07:46:06 +00:00
strat.h Another series started from utils/builtins.h 1996-11-04 07:46:06 +00:00
transam.h TransactionIdIsInProgress moved to shmem.c 1996-11-27 07:32:10 +00:00
tupdesc.h Another series started from utils/builtins.h 1996-11-04 07:46:06 +00:00
tupmacs.h Moved from backend/access to include/access 1996-08-27 21:50:29 +00:00
valid.h From: Dan McGuirk <mcguirk@indirect.com> 1997-03-28 07:06:53 +00:00
xact.h All external function definitions now have prototypes that are checked. 1996-11-10 03:06:38 +00:00