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.94.2) (envelope-from ) id 1tCN6O-0001ax-Ok for pgsql-hackers@arkaria.postgresql.org; Sat, 16 Nov 2024 18:00:56 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tCN6L-00FKol-Ty for pgsql-hackers@arkaria.postgresql.org; Sat, 16 Nov 2024 18:00:54 +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.94.2) (envelope-from ) id 1tCN6L-00FKoa-KD for pgsql-hackers@lists.postgresql.org; Sat, 16 Nov 2024 18:00:54 +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.94.2) (envelope-from ) id 1tCN6I-002IK4-U0 for pgsql-hackers@postgresql.org; Sat, 16 Nov 2024 18:00:53 +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 4AGI0iq92889620; Sat, 16 Nov 2024 13:00:44 -0500 From: Tom Lane To: Christoph Berg cc: Noah Misch , Aleksander Alekseev , pgsql-hackers , Marco Slot , Alvaro Herrera , Pavan Deolasee Subject: Re: Potential ABI breakage in upcoming minor releases In-reply-to: References: <20241114224108.d0.nmisch@google.com> <2443809.1731683394@sss.pgh.pa.us> <20241115175223.68.nmisch@google.com> <2483970.1731702561@sss.pgh.pa.us> <20241115222749.2b.nmisch@google.com> <2551426.1731710221@sss.pgh.pa.us> <20241115230708.6b.nmisch@google.com> Comments: In-reply-to Christoph Berg message dated "Sat, 16 Nov 2024 15:20:05 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2889618.1731780044.1@sss.pgh.pa.us> Date: Sat, 16 Nov 2024 13:00:44 -0500 Message-ID: <2889619.1731780044@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Christoph Berg writes: > Re: Noah Misch >> I'm no longer arguing against the undo, but I'm trying to explain the >> consequences rigorously. > I'll just have to explain what happened here to the Debian security > team who just released the 16.5 update. We can do 16.6 on top of that. Fixes are pushed, and we'll wrap new releases next week on the usual release schedule. regards, tom lane