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

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt geo_ops.c
Date: 2001-10-13 17:40:24
Message-ID: 200110131740.f9DHeOB26867@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-10-13 17:41:11 pgsql/src/test/regress/expected select_views.out
Previous Message tgl 2001-10-13 16:34:09 pgsql/src/include/utils builtins.h