contrib/earthdistance Makefile README.earthdis ...

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема contrib/earthdistance Makefile README.earthdis ...
Дата
Msg-id 20020920034722.60E9E475B8C@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    contrib
Changes by:    momjian@postgresql.org    02/09/19 23:47:22

Modified files:
    earthdistance  : Makefile README.earthdistance earthdistance.c
                     earthdistance.sql.in

Log message:
    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.

    Bruno Wolff III


В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/src/backend commands/prepare.c tc ...
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/src backend/commands/copy.c test/ ...