Re: earthdistance fixes, but no cube stuff - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: earthdistance fixes, but no cube stuff
Date
Msg-id 200209180340.g8I3e3Y16945@candle.pha.pa.us
Whole thread Raw
In response to earthdistance fixes, but no cube stuff  (Bruno Wolff III <bruno@wolff.to>)
Responses Re: earthdistance fixes, but no cube stuff  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Bruno, I have two patches from you;  one is larger and I think you
submitted this one because we were in feature freeze.  However, I don't
think we do feature freeze for /contrib, do we?  Which one should we
apply folks?

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

Bruno Wolff III wrote:
> I have included fixes to declare some floating point constants as double
> instead of int, change the calculation method to use the haversine formula
> which is more accurrate for short distances, added a grant to public for
> geo_distance and added a regression test.
>
> I will resubmit the earth distance stuff based on cube after 7.3 is released.

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

--
  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: [HACKERS] DROP COLUMN misbehaviour with multiple inheritance
Next
From: Bruce Momjian
Date:
Subject: Re: Earth Distance patch