AW: handling NULLS in GiST

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: handling NULLS in GiST
Дата
Msg-id 11C1E6749A55D411A9670001FA687963368388@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список pgsql-hackers
> 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 code so it will not complain ?

If the opclasses handle NULLs, then they should be in the index.
Leaving them out would imho be better handled with the partial index code.

Andreas


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: handling NULLS in GiST
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: Planned changes to pg_am catalog