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 1pmLVT-0002XK-FH for pgsql-hackers@arkaria.postgresql.org; Tue, 11 Apr 2023 21:26:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pmLVR-00064m-Nm for pgsql-hackers@arkaria.postgresql.org; Tue, 11 Apr 2023 21:26:25 +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 1pmLVR-00064d-EC for pgsql-hackers@lists.postgresql.org; Tue, 11 Apr 2023 21:26:25 +0000 Received: from relay11.mail.gandi.net ([217.70.178.231]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pmLVK-002JHC-7C for pgsql-hackers@lists.postgresql.org; Tue, 11 Apr 2023 21:26:24 +0000 Received: (Authenticated sender: strk@kbt.io) by mail.gandi.net (Postfix) with ESMTPSA id 91D20100002; Tue, 11 Apr 2023 21:26:14 +0000 (UTC) Date: Tue, 11 Apr 2023 23:27:37 +0200 From: Sandro Santilli Sender: strk@kbt.io To: Regina Obe Cc: 'Yurii Rashkovskii' , 'Tom Lane' , 'Regina Obe' , pgsql-hackers@lists.postgresql.org Subject: Re: [PATCH] Support % wildcard in extension upgrade filenames Message-ID: <20230411212737.phtzffycglbdhmpx@c19> References: <20221117095734.igldlk6kngr6ogim@c19> <166914379479.1121.7549798686571352890.pgcf@coridan.postgresql.org> <55512.1673304709@sss.pgh.pa.us> <20230409204629.sf4fptx672iehcau@c19> <000501d96c23$0f05bdf0$2d1139d0$@pcorp.us> <20230411184823.s3cctaf63qvfeqlj@c19> <006201d96cb5$3d23b150$b76b13f0$@pcorp.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <006201d96cb5$3d23b150$b76b13f0$@pcorp.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Tue, Apr 11, 2023 at 04:36:04PM -0400, Regina Obe wrote: > > > Hey, best would be having support for wildcard wouldn't it ? > > I'm a woman of compromise. Sure 1 file would be ideal, but > I'd rather live with a big file listing all version upgrades > than 1000 files with the same information. Personally I don't see the benefit of 1 big file vs. many 0-length files to justify the cost (time and complexity) of a PostgreSQL change, with the corresponding cost of making use of this new functionality based on PostgreSQL version. We'd still have the problem of missing upgrade paths unless we release a new version of PostGIS even if it's ONLY for the sake of updating that 1 big file (or adding a new file, in the current situation). --strk;