cube and earthdistance diffs

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: pgsql-patches(at)postgresql(dot)org
Subject: cube and earthdistance diffs
Date: 2002-09-08 06:13:14
Message-ID: 20020908061314.GA10160@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I added some earth distance stuff based on cube instead of point to the
earthdistance contrib. I corrected a problem with the original earthdistance
and also used a better way to calcuate distance that is more accurate for
short distances. I added regression tests. Earthdistance now depends on
contrib/cube and make in earthdistance will do a make install in cube.

I also made a couple of minor changes to cube. I changed it to use
create or replace function in the install script. I added some commented
out grant commands in the install script that shows what needs to be
done to make the functions publicly available.

Attachment Content-Type Size
earth.diff text/plain 48.7 KB
cube.diff text/plain 12.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Masaru Sugawara 2002-09-08 13:35:12 Re: About connectby()
Previous Message Serguei Mokhov 2002-09-08 05:12:18 Re: [g]make distclean does not remove gettext-files