Re: Line intersection point is wrong

Поиск
Список
Период
Сортировка
От Emre Hasegeli
Тема Re: Line intersection point is wrong
Дата
Msg-id CAE2gYzxH_gO=uK4FXt13i6GERYYi+_QJOZUYt3LB=X3T2dWXqw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Line intersection point is wrong  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
> Basically this comes down to the fuzziness of the FPzero/FPeq tests.
>
> It might be possible to fix this particular problem by changing the FPzero
> tests in line_parallel() to exact "== 0" tests; though we would likely
> be well advised to still keep the main test as FPeq.

That can create whole bunch of different problems, because then the
fuzziness wouldn't apply to the values around the zero.  I don't think
there is any good solution without removing those macros all together.
We should just fix what is obviously broken for now.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Maxim Sobolev
Дата:
Сообщение: Re: BUG #14206: Switch to using POSIX semaphores on FreeBSD
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #14206: Switch to using POSIX semaphores on FreeBSD