Обсуждение: pgsql/src/backend/utils/adt geo_ops.c

Поиск
Список
Период
Сортировка

pgsql/src/backend/utils/adt geo_ops.c

От
tgl@postgresql.org
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/10/13 13:40:24

Modified files:
    src/backend/utils/adt: geo_ops.c

Log message:
    path_inter, path_distance, path_length, dist_ppath now do the right
    things with closed paths --- ie, include the closing line segment in
    their calculations.  Per bug report from Curtis Barrett 9-Oct-01.