Re: BUG #19524: NaN handling in btree_gist's float4/float8 opclasses

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Bill Kim <billkimjh(at)gmail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #19524: NaN handling in btree_gist's float4/float8 opclasses
Date: 2026-06-28 18:54:02
Message-ID: FFB7AB27-9334-4F17-BF56-291845F4A9FD@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> On 28 Jun 2026, at 04:14, Bill Kim <billkimjh(at)gmail(dot)com> wrote:
>
> Hi all,
>
> I have a patch for this and `make check` passes (core + all contrib, plus
> new btree_gist NaN cases covering the three scenarios in the report).
> Posting here first in case someone is already further along — if not,
> I'll send it to pgsql-hackers and register it in the open CF in a couple
> of days.

Even if someone else is working on it, always feel free to send your patch.
Multiple implementations of a fix is not a problem but an opportunity for
everyone to learn from each other.

--
Daniel Gustafsson

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bharath Rupireddy 2026-06-28 23:34:59 Re: BUG #19536: UPDATE RETURNING OLD value is stale after concurrent update when table has a BEFORE UPDATE trigger
Previous Message Chengpeng Yan 2026-06-28 13:43:22 Re: BUG #19534: Qual pushdown across a window subquery is unsafe with nondeterministic partition collations