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 1ujJpz-00615a-QF for pgsql-hackers@arkaria.postgresql.org; Tue, 05 Aug 2025 15:44:28 +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 1ujJpy-00AJ0p-OK for pgsql-hackers@arkaria.postgresql.org; Tue, 05 Aug 2025 15:44:26 +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 1ujJpy-00AJ0g-EU for pgsql-hackers@lists.postgresql.org; Tue, 05 Aug 2025 15:44:26 +0000 Received: from mout-p-202.mailbox.org ([80.241.56.172]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1ujJpv-000tlF-08 for pgsql-hackers@postgresql.org; Tue, 05 Aug 2025 15:44:26 +0000 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4bxHm31mFVz9t9Z; Tue, 5 Aug 2025 17:44:19 +0200 (CEST) Date: Tue, 5 Aug 2025 17:44:15 +0200 From: Christoph Berg To: Jacob Champion Cc: Jelte Fennema-Nio , PostgreSQL Hackers , Peter Eisentraut , Andres Freund , Tom Lane , Bruce Momjian , Thomas Munro , Nazir Bilal Yavuz , Antonin Houska , Wolfgang Walther , Devrim =?iso-8859-1?B?R/xuZPx6?= , Daniel Gustafsson Subject: Re: libpq-oauth: a mid-beta naming check Message-ID: Mail-Followup-To: Christoph Berg , Jacob Champion , Jelte Fennema-Nio , PostgreSQL Hackers , Peter Eisentraut , Andres Freund , Tom Lane , Bruce Momjian , Thomas Munro , Nazir Bilal Yavuz , Antonin Houska , Wolfgang Walther , Devrim =?iso-8859-1?B?R/xuZPx6?= , Daniel Gustafsson References: <8210C830-DDBB-4CD7-AB39-F5F59C36D547@yesql.se> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Jacob Champion > On Tue, Aug 5, 2025 at 2:39 AM Jelte Fennema-Nio wrote: > > On Tue, 5 Aug 2025 at 01:20, Jacob Champion > > wrote: > > > So, as we approach Beta 3: can anyone think of a way that this plan will fail? > > > > It's not entirely clear what plan exactly you talk about here. Are you > > saying you want to remove the -MAJOR suffix now for PG18? Or you want > > to postpone doing that until PG19, when you would have designed a > > stable API? > > That is a PG19 plan. I don't want to make any changes for 18 unless > someone can see a fatal flaw; this is just my mid-beta check. FTR, fine with me. > > If your goal is to remove this > > during-upgrade breakage after PG19, then I'd say that seems totally > > fine for a new feature. > > That's the hope, yes. Well, at the PG19 release time it will no longer be new. But the plan sounds like a good one. Christoph