earthdistance fixes, but no cube stuff

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: pgsql-patches(at)postgresql(dot)org
Subject: earthdistance fixes, but no cube stuff
Date: 2002-09-17 12:42:49
Message-ID: 20020917124249.GA18372@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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 Content-Type Size
earth.diff text/plain 10.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Rod Taylor 2002-09-17 15:19:32 Re: Bug: COPY IN doesn't test domain constraints
Previous Message Rod Taylor 2002-09-17 12:24:03 Re: Bug: COPY IN doesn't test domain constraints