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 1weyov-005BP7-0A for pgsql-bugs@arkaria.postgresql.org; Wed, 01 Jul 2026 17:33:57 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1weyot-00FD8R-35 for pgsql-bugs@arkaria.postgresql.org; Wed, 01 Jul 2026 17:33:55 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1weyot-00FD8C-2K for pgsql-bugs@lists.postgresql.org; Wed, 01 Jul 2026 17:33:55 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1weyor-00000001FDf-2TnJ for pgsql-bugs@lists.postgresql.org; Wed, 01 Jul 2026 17:33:55 +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 661HXp1x3526314; Wed, 1 Jul 2026 13:33:51 -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: <1703741.1782745481@sss.pgh.pa.us> <1717564.1782747310@sss.pgh.pa.us> <2231547.1782774522@sss.pgh.pa.us> Comments: In-reply-to Bill Kim message dated "Wed, 01 Jul 2026 22:38:52 +0900" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3526312.1782927231.1@sss.pgh.pa.us> Date: Wed, 01 Jul 2026 13:33:51 -0400 Message-ID: <3526313.1782927231@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Bill Kim writes: > v2 applies cleanly on master and contrib/btree_gist regression passes here. > Nothing to add. Pushed. regards, tom lane