Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nf2Vj-00024e-3D for pgsql-hackers@arkaria.postgresql.org; Thu, 14 Apr 2022 16:39:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nf2Vh-0004NV-Qz for pgsql-hackers@arkaria.postgresql.org; Thu, 14 Apr 2022 16:39:57 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nf2Vh-0004NL-HO for pgsql-hackers@lists.postgresql.org; Thu, 14 Apr 2022 16:39:57 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nf2Vf-0005cN-3Y for pgsql-hackers@lists.postgresql.org; Thu, 14 Apr 2022 16:39:57 +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 23EGdk8R1522579; Thu, 14 Apr 2022 12:39:46 -0400 From: Tom Lane To: Robert Haas cc: Nathan Bossart , Julien Rouhaud , Andres Freund , Michael Paquier , "Bossart, Nathan" , Fujii Masao , "wangsh.fnst@fujitsu.com" , Bharath Rupireddy , Greg Sabino Mullane , "pgsql-hackers@lists.postgresql.org" Subject: Re: make MaxBackends available in _PG_init In-reply-to: References: <1088297.1649856441@sss.pgh.pa.us> <1095139.1649860995@sss.pgh.pa.us> <1100207.1649864342@sss.pgh.pa.us> <1102589.1649865908@sss.pgh.pa.us> <20220413183040.GA2116671@nathanxps13> <20220414162215.GB2163833@nathanxps13> Comments: In-reply-to Robert Haas message dated "Thu, 14 Apr 2022 12:32:20 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1522577.1649954386.1@sss.pgh.pa.us> Date: Thu, 14 Apr 2022 12:39:46 -0400 Message-ID: <1522578.1649954386@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Robert Haas writes: > On Thu, Apr 14, 2022 at 12:22 PM Nathan Bossart > wrote: >>> I'd be in favor of a hard break. >> Yeah, this is a good point. If we're okay with breaking existing >> extensions like this, I will work on a patch. > I tend to think it's a good idea. I've come around to that view as well. regards, tom lane