Re: Bug #477: path ?# path - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #477: path ?# path
Date
Msg-id 20351.1002994982@sss.pgh.pa.us
Whole thread Raw
In response to Bug #477: path ?# path  (pgsql-bugs@postgresql.org)
List pgsql-bugs
pgsql-bugs@postgresql.org writes:
> the ?# (geometric intersection) operator for paths iterates over point
> pairs in each path testing for intersection. however, it ignores the
> last->first point pair for closed paths.

Looks like a bug to me too; and path_distance, path_length, dist_ppath
also fail to consider the closing segment of a closed path.

Fixed for 7.2.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: ecpg - GRANT bug
Next
From: Tom Lane
Date:
Subject: Infinity confuses planner (was Re: query plan)