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 1vsT2G-002XmP-2I for pgsql-bugs@arkaria.postgresql.org; Tue, 17 Feb 2026 21:55:13 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vsT2F-00CXUY-2G for pgsql-bugs@arkaria.postgresql.org; Tue, 17 Feb 2026 21:55:11 +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 1vsT2F-00CXUN-1S for pgsql-bugs@lists.postgresql.org; Tue, 17 Feb 2026 21:55:11 +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 1vsT29-000000017Xc-2x6C for pgsql-bugs@lists.postgresql.org; Tue, 17 Feb 2026 21:55:10 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 61HLt4QN1903971; Tue, 17 Feb 2026 16:55:04 -0500 From: Tom Lane To: Andrew Dunstan cc: lucio.chiessi@trustly.com, pgsql-bugs@lists.postgresql.org, Florents Tselai Subject: Re: BUG #19409: Function jsonb_strip_nulls() changed from immutable to stable. In-reply-to: References: <19409-e16cd2605e59a4af@postgresql.org> <562481.1771013899@sss.pgh.pa.us> <1133169.1771260499@sss.pgh.pa.us> <608cab59-87d4-452c-8bda-4e7a530ffe25@dunslane.net> Comments: In-reply-to Andrew Dunstan message dated "Tue, 17 Feb 2026 16:25:19 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1903969.1771365304.1@sss.pgh.pa.us> Date: Tue, 17 Feb 2026 16:55:04 -0500 Message-ID: <1903970.1771365304@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andrew Dunstan writes: > In view of later discussions, fixing master seems pointless, as that > code is going away. When it does we should do a catversion bump. > So I'm just planning to patch v18 now. Makes sense. regards, tom lane