AW: [HACKERS] handling NULLS in GiST

2001-07-16 Thread Zeugswetter Andreas SB
> we noticed you changed gist.c to handle NULLS. It seems there is > problem with your changes. > I remind we have choosen to leave NULLs because vacuum complained about > different number of tuples in heap and index and all our opclasses work > correctly with NULLs. Did you change vacuum co

[HACKERS] handling NULLS in GiST

2001-07-16 Thread Oleg Bartunov
Tom, we noticed you changed gist.c to handle NULLS. It seems there is problem with your changes. in gist.c /* GIST indexes don't index nulls, see notes in gistinsert */ if (! IndexTupleHasNulls(itup)) { /* ... skipped /* * Curre