Re: Issue with point_ops and NaN

Поиск
Список
Период
Сортировка
От Julien Rouhaud
Тема Re: Issue with point_ops and NaN
Дата
Msg-id 20210330125441.kyrjdcktg3vdctqo@nol
обсуждение исходный текст
Ответ на Re: Issue with point_ops and NaN  (Laurenz Albe <laurenz.albe@cybertec.at>)
Ответы Re: Issue with point_ops and NaN  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, Mar 30, 2021 at 02:47:05PM +0200, Laurenz Albe wrote:
> On Tue, 2021-03-30 at 17:57 +0800, Julien Rouhaud wrote:
> > 
> > Getting a consistent behavior shouldn't be hard, but I'm unsure which behavior
> > is actually correct.
> 
> I'd say that this is certainly wrong:
> 
> SELECT point('NaN','NaN') <@ polygon('(0,0),(1,0),(1,1),(0,0)');
> 
>  ?column? 
> ----------
>  t
> (1 row)

Yeah that's what I think too, but I wanted to have confirmation.



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

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: Issue with point_ops and NaN
Следующее
От: torikoshia
Дата:
Сообщение: Re: Get memory contexts of an arbitrary backend process