Re: Earth Distance patch - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Earth Distance patch
Date
Msg-id 200209180340.g8I3ebZ17308@candle.pha.pa.us
Whole thread Raw
In response to Re: Earth Distance patch  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-patches
This was the email that prompted the second, smaller page.  Do we
feature freeze beta?

---------------------------------------------------------------------------

Bruno Wolff III wrote:
> On Thu, Sep 12, 2002 at 10:35:49 -0400,
>   Tom Lane <tgl@sss.pgh.pa.us> wrote:
> > Bruno Wolff III <bruno@wolff.to> writes:
> > > The attached patch defines functions for getting distances between points
> > > on the surface of the earth and locating points within a specified distance
> > > using an index based on the contrib/cube package. The new functions are
> > > all of language type sql.
> >
> > Is this bug fix, or new features?  We are past the point of accepting
> > new features for 7.3.
>
> Some of both.
>
> I found some bugs in the original earthdistance code while trying to make
> up regression tests.
>
> If you would like I can split this. I can submit the bug fixes and a regression
> test for the old stuff. And then after 7.3 comes out, resubmit the additional
> documentation, functions (all of language type sql) and regression tests.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: earthdistance fixes, but no cube stuff
Next
From: Tom Lane
Date:
Subject: Re: earthdistance fixes, but no cube stuff