Re: Earth Distance patch - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Earth Distance patch
Date
Msg-id 200209180440.g8I4eRc26463@candle.pha.pa.us
Whole thread Raw
In response to Earth Distance patch  (Bruno Wolff III <bruno@wolff.to>)
Responses Re: Earth Distance patch
List pgsql-patches
This has been saved for the 7.4 release:

    http://candle.pha.pa.us/cgi-bin/pgpatches2

We will apply only the non-7.3 stuff.  In fact, I will probably just get
back to you on this during 7.4 or you will submit a new one.

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


Bruno Wolff III wrote:
> 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.
> A couple of bugs in the old earthdistance function based on the point
> datatype are fixed.
> A regression test has been added for both sets of functions.
> The README file has been updated to include documentation on the new stuff.
> There are comments about how this package is also useful for Astronomers.

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
  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: Bruce Momjian
Date:
Subject: Re: earthdistance fixes, but no cube stuff