Re: Who is a maintainer of GiST code ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Who is a maintainer of GiST code ?
Дата
Msg-id 1642.977173813@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Who is a maintainer of GiST code ?  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
Oleg Bartunov <oleg@sai.msu.su> writes:
> We have a problem with
> handling NULL values in GiST. Any thought how NULL values
> are handle in Rtree.

AFAIR, none of the index access methods except btree handle NULLs at
all --- they just ignore NULL values and don't store them in the index.
Feel free to improve on that ;-).  The physical representation of index
tuples can handle NULLs, the problem is teaching the index logic where
they should go in the index.
        regards, tom lane


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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: Who is a maintainer of GiST code ?
Следующее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: heap page corruption not easy