Re: earthdistance fixes, but no cube stuff

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: earthdistance fixes, but no cube stuff
Дата
Msg-id 200209180440.g8I4ef826490@candle.pha.pa.us
обсуждение исходный текст
Ответ на earthdistance fixes, but no cube stuff  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-patches
Your patch has been added to the PostgreSQL unapplied patches list at:

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

I will try to apply it within the next 48 hours.

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


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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Earth Distance patch
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: CREATE DOMAIN doc fix