Re: contrib/rtree_gist into core system?

From: falcon <falcon(at)intercable(dot)ru>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: contrib/rtree_gist into core system?
Date: 2005-06-29 11:25:07
Message-ID: 1352582971.20050629152507@intercable.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Teodor Sigaev <teodor(at)sigaev(dot)ru> writes:

> 1. In your meaning, btree has bad split algorithm too. Look at _bt_compare, if
> first keys on page are unique the the later keys will not be compared ;)

Please look at BUG 1614/1616.
Pleeaaasssseee.
There are also troubles with intarray, may be it can touch tsearch2. I don't know.
But the bug exists.

--
falcon mailto:falcon(at)intercable(dot)ru

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2005-06-29 11:41:01 Re: contrib/rtree_gist into core system?
Previous Message Teodor Sigaev 2005-06-29 10:43:11 Re: GiST concurrency commited