Re: Inconsistent results from seqscan and gist indexscan - Mailing list pgsql-hackers

From Richard Guo
Subject Re: Inconsistent results from seqscan and gist indexscan
Date
Msg-id CAMbWs48OFYLUES7610Dhs9voctrR7rrdijfsiTFtiKgWh6=0uQ@mail.gmail.com
Whole thread Raw
In response to Re: Inconsistent results from seqscan and gist indexscan  (Julien Rouhaud <rjuju123@gmail.com>)
Responses Re: Inconsistent results from seqscan and gist indexscan
List pgsql-hackers

On Fri, Nov 26, 2021 at 5:23 PM Julien Rouhaud <rjuju123@gmail.com> wrote:
Hi,

On Fri, Nov 26, 2021 at 2:10 PM Richard Guo <guofenglinux@gmail.com> wrote:
>
> Seems point_inside() does not handle NaN properly.

This is unfortunately a known issue, which was reported twice ([1] and
[2]) already.  There's a patch proposed for it:
https://commitfest.postgresql.org/32/2710/ (adding Horiguchi-san in
Cc).

Ah, I missed the previous threads. Good to know there is a patch fixing
it.

Thanks
Richard 

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: WIP: WAL prefetch (another approach)
Next
From: Bharath Rupireddy
Date:
Subject: Re: Add connection active, idle time to pg_stat_activity