Re: Bug #477: path ?# path

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #477: path ?# path
Дата
Msg-id 20351.1002994982@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #477: path ?# path  (pgsql-bugs@postgresql.org)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: ecpg - GRANT bug
Следующее
От: Tom Lane
Дата:
Сообщение: Infinity confuses planner (was Re: query plan)