Re: [HACKERS] has anybody else used r-tree indexes in 6.5?

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Jeff Hoffmann <jeff(at)remapcorp(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] has anybody else used r-tree indexes in 6.5?
Date: 1999-06-22 15:18:44
Message-ID: 376FA954.D291AD7E@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> i'll try updating some of the dedicated tests (box.sql, circle.sql,
> geometry.sql, lseg.sql, path.sql, polygon.sql), but i'm not sure where
> testing the rtree indexes should go. i think other index types are
> tested in select.sql, but i'd probably put them in geometry.sql. does
> anybody care? is there someone that oversees the methods and
> organization of the regression tests or do people just throw in new
> tests when there's something new?

Well, Marc and I had reorganized the regression tests a couple of
years ago, and most of the organizational changes since then have been
done by us too (Marc handling the platform-specific stuff, and I the
tests themselves). But new test areas have been added by others, and
we certainly could use more contributions to existing tests,
reorganizing them if that seems advisable.

I agree with your suggestion to put rtree testing in geometry.sql, at
least until the size of the new tests would suggest separating it into
a new "rtree.sql" test.

Go ahead and do something. We'll apply it to the tree, and if there is
something which provokes someone else into modifying it, we'll do it
then. But I'm sure whatever you do will be fine, since you have
clearly already given some thought to it.

Thanks...

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Duane Currie 1999-06-22 17:39:19 Re: [HACKERS] money data type and conversions
Previous Message Tom Lane 1999-06-22 15:17:11 Re: [HACKERS] has anybody else used r-tree indexes in 6.5?