Re: New version of contrib-intarray - Mailing list pgsql-hackers

From Oleg Bartunov
Subject Re: New version of contrib-intarray
Date
Msg-id Pine.GSO.4.33.0106011202380.12658-100000@ra.sai.msu.su
Whole thread Raw
In response to Re: New version of contrib-intarray  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Re: New version of contrib-intarray  (Oleg Bartunov <oleg@sai.msu.su>)
List pgsql-hackers
On Thu, 31 May 2001, Tom Lane wrote:

> Oleg Bartunov <oleg@sai.msu.su> writes:
> > New version of contrib-intarray for postgresql version 7.1 and above
> > is available from http://www.sai.msu.su/~megera/postgres/gist/
>
> I'm going to be making commits later today that clean up the "char*
> that should be Datum" ugliness in GiST.  I think the intarray part
> of these changes overlap what you've done, so we're facing a bit of
> a merge problem.  You should have let me know that you had more stuff
> in the pipeline.
>

We have been waiting for applying our patch to current sources
to be in sync. We'll change sources of new version of contrib-intarray
taking into account your comments.

Our TODO:
1. Implementation some btree_ops using GiST   But we need a solution of problem with different types of   key and
columncompatible with multi-key GiST index
 
2. After resolving the problem 1. we need to remove workaround in   rtree GiSt code
3. regression test for built-in rtree and based on it regression test for   GiST.
4. documentation and Guide for programmers


We badly need a solution from item 1 !!! We don't know internals of postgres
enough to resolve this problem ourselves. Do you have any idea ?


> > This version is independent from our work on multi-key GiST, so
> > if 7.1.3 is planned please use it.
>
> I do not think we should be committing such changes into the 7.1.*
> branch.  At this point only critical bug fixes are going to go into
> that branch.

agreed. we'll put new versions on our page.

>
>             regards, tom lane
>
Regards,    Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83



pgsql-hackers by date:

Previous
From: Zeugswetter Andreas SB
Date:
Subject: AW: Re: Support for %TYPE in CREATE FUNCTION
Next
From: Oleg Bartunov
Date:
Subject: Re: First version of multi-key index support for GiST