Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1weDXX-004e75-1b for pgsql-bugs@arkaria.postgresql.org; Mon, 29 Jun 2026 15:04:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1weDXW-003nJj-0w for pgsql-bugs@arkaria.postgresql.org; Mon, 29 Jun 2026 15:04:50 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1weDXW-003nJb-04 for pgsql-bugs@lists.postgresql.org; Mon, 29 Jun 2026 15:04:50 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1weDXU-00000000m0A-1A8j for pgsql-bugs@lists.postgresql.org; Mon, 29 Jun 2026 15:04:49 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.18.1/8.18.1) with ESMTP id 65TF4fLb1703742; Mon, 29 Jun 2026 11:04:41 -0400 From: Tom Lane To: Bill Kim cc: Daniel Gustafsson , pgsql-bugs@lists.postgresql.org Subject: Re: BUG #19524: NaN handling in btree_gist's float4/float8 opclasses In-reply-to: References: Comments: In-reply-to Bill Kim message dated "Mon, 29 Jun 2026 21:04:52 +0900" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1703740.1782745481.1@sss.pgh.pa.us> Date: Mon, 29 Jun 2026 11:04:41 -0400 Message-ID: <1703741.1782745481@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Bill Kim writes: > I used an LLM (Claude Code) to help with the analysis and to draft the > patch. I reviewed and tested the diff myself before sending. I don't see any actual patch attached? regards, tom lane