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 1tC4wD-00Asfv-OC for pgsql-hackers@arkaria.postgresql.org; Fri, 15 Nov 2024 22:37:13 +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 1tC4wA-00C1NW-T3 for pgsql-hackers@arkaria.postgresql.org; Fri, 15 Nov 2024 22:37: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.94.2) (envelope-from ) id 1tC4wA-00C1NO-DP for pgsql-hackers@lists.postgresql.org; Fri, 15 Nov 2024 22:37:10 +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.94.2) (envelope-from ) id 1tC4w8-002613-J0 for pgsql-hackers@postgresql.org; Fri, 15 Nov 2024 22:37:09 +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 4AFMb1C72551427; Fri, 15 Nov 2024 17:37:01 -0500 From: Tom Lane To: Noah Misch cc: Aleksander Alekseev , pgsql-hackers , Marco Slot , Alvaro Herrera , Christoph Berg , Pavan Deolasee Subject: Re: Potential ABI breakage in upcoming minor releases In-reply-to: <20241115222749.2b.nmisch@google.com> References: <1976928.1731614974@sss.pgh.pa.us> <202411142033.u6za5a6ylj2k@alvherre.pgsql> <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> Comments: In-reply-to Noah Misch message dated "Fri, 15 Nov 2024 14:27:49 -0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2551425.1731710221.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Fri, 15 Nov 2024 17:37:01 -0500 Message-ID: <2551426.1731710221@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Noah Misch writes: > Currently, we have Christoph Berg writing "I'd say the ship has sailed, = a new > release would now break things the other way round." and you writing in = favor > of undoing. It think it boils down to whether you want N people to reco= mpile > twice or M>N people to recompile once, where we don't know N or M except= that > M > N. Fortunately, the N are probably fairly well represented in this > thread. So to all: please speak up by 2024-11-16T17:00+0000 if you thin= k it's > the wrong choice to bring back the v16.4 ABI and tell people to rebuild > extensions built against v16.5 (likewise for corresponding versions of > v14-v17). Currently, the plan of record is to do that. Well, no, what I propose is for some number of people to not recompile extensions at all. Only the sort of early adopters who install a new PG release on day one will have run into this, so I anticipate that that number will be much larger than the number who have already done a rebuild. regards, tom lane