Re: Crash in gist insertion on pathological box data - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: Crash in gist insertion on pathological box data
Date
Msg-id 49D8B9F5.5050102@sigaev.ru
Whole thread Raw
In response to Re: Crash in gist insertion on pathological box data  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Crash in gist insertion on pathological box data  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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/

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: EXPLAIN WITH
Next
From: Robert Haas
Date:
Subject: Re: EXPLAIN WITH