Re: Crash in gist insertion on pathological box data

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: Crash in gist insertion on pathological box data
Дата
Msg-id 49D8B9F5.5050102@sigaev.ru
обсуждение исходный текст
Ответ на Re: Crash in gist insertion on pathological box data  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Crash in gist insertion on pathological box data  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> I don't like throwing an error there; I wish there were a way for the
> generic code to apply the fallbackSplit code instead.  I see that
> in this particular formulation it's dependent on the datatype ---
> can we get around that, by having it invoke the union method?

Done. rtree.patch.gz contains patch for gistproc.c, genericsplit.patch.gz adds
simple genericPickSplit to gistsplit.c to workaround bug of user-defined picksplit.

--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: EXPLAIN WITH
Следующее
От: Robert Haas
Дата:
Сообщение: Re: EXPLAIN WITH