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

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

From
tgl@postgresql.org
Date:
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.