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 1ospH6-0005mc-8y for pgsql-hackers@arkaria.postgresql.org; Wed, 09 Nov 2022 17:54:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ospH3-0002h1-Bj for pgsql-hackers@arkaria.postgresql.org; Wed, 09 Nov 2022 17:54:05 +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 1ospH3-0002gs-1U for pgsql-hackers@lists.postgresql.org; Wed, 09 Nov 2022 17:54:05 +0000 Received: from relay8-d.mail.gandi.net ([217.70.183.201]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ospGy-0007KC-FE for pgsql-hackers@postgresql.org; Wed, 09 Nov 2022 17:54:04 +0000 Received: (Authenticated sender: strk@kbt.io) by mail.gandi.net (Postfix) with ESMTPSA id C90EC1BF206; Wed, 9 Nov 2022 17:53:54 +0000 (UTC) Date: Wed, 9 Nov 2022 18:53:52 +0100 From: Sandro Santilli Sender: strk@kbt.io To: Regina Obe , pgsql-hackers@postgresql.org, 'Laurenz Albe' , 'Tom Lane' Subject: Re: [PATCH] Support % wildcard in extension upgrade filenames Message-ID: <20221109175352.5iqtpnjz2e5nk65r@c19> Mail-Followup-To: Sandro Santilli , Regina Obe , pgsql-hackers@postgresql.org, 'Laurenz Albe' , 'Tom Lane' References: <001d01d87211$edbd5b50$c93811f0$@pcorp.us> <000001d8eced$539c5bf0$fad513d0$@pcorp.us> <20221104173158.rlqz6m2ut2ycnhvi@c19> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="sbf3wqvs4ajivmh2" Content-Disposition: inline In-Reply-To: <20221104173158.rlqz6m2ut2ycnhvi@c19> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --sbf3wqvs4ajivmh2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline And now a version of the patch including documentation and regression tests. Anything you see I should improve ? --strk; On Fri, Nov 04, 2022 at 06:31:58PM +0100, Sandro Santilli wrote: > On Mon, Oct 31, 2022 at 01:55:05AM -0400, Regina Obe wrote: > > > > Sandro, can you submit an updated version of this patch. > > I was testing it out and looked good first time. > > Attached updated version of the patch. > > > If everyone is okay with this patch, we'll go ahead and add tests and > > documentation to go with it. > > Yes please let us know if there's any chance of getting this > mechanism approved or if we should keep advertising works around > this limitation (it's not just installing 100s of files but also > still missing needed upgrade paths when doing so). > > > --strk; --sbf3wqvs4ajivmh2 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="Allow-wildcard-in-extension-upgrade-paths.patch"