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 1ovbea-00008s-21 for pgsql-hackers@arkaria.postgresql.org; Thu, 17 Nov 2022 09:57:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ovbeY-0003mp-Uf for pgsql-hackers@arkaria.postgresql.org; Thu, 17 Nov 2022 09:57:50 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ovbeY-0003mX-H4 for pgsql-hackers@lists.postgresql.org; Thu, 17 Nov 2022 09:57:50 +0000 Received: from relay7-d.mail.gandi.net ([2001:4b98:dc4:8::227]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ovbeV-00053n-5t for pgsql-hackers@postgresql.org; Thu, 17 Nov 2022 09:57:49 +0000 Received: (Authenticated sender: strk@kbt.io) by mail.gandi.net (Postfix) with ESMTPSA id 288F12000A; Thu, 17 Nov 2022 09:57:36 +0000 (UTC) Date: Thu, 17 Nov 2022 10:57:34 +0100 From: Sandro Santilli Sender: strk@kbt.io To: Justin Pryzby Cc: Regina Obe , Christoph Berg , pgsql-hackers@postgresql.org, Laurenz Albe , Tom Lane , Paul Ramsey , pgsql-hackers@lists.postgresql.org Subject: Re: [PATCH] Support % wildcard in extension upgrade filenames Message-ID: <20221117095734.igldlk6kngr6ogim@c19> Mail-Followup-To: Sandro Santilli , Justin Pryzby , Regina Obe , Christoph Berg , pgsql-hackers@postgresql.org, Laurenz Albe , Tom Lane , Paul Ramsey , pgsql-hackers@lists.postgresql.org References: <001d01d87211$edbd5b50$c93811f0$@pcorp.us> <000001d8f7e4$1c840d50$558c27f0$@pcorp.us> <20221116230933.6ynksku66i436ozm@c19> <20221116232507.GO26337@telsasoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="flyqbkgig2a5xh3s" Content-Disposition: inline In-Reply-To: <20221116232507.GO26337@telsasoft.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --flyqbkgig2a5xh3s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Nov 16, 2022 at 05:25:07PM -0600, Justin Pryzby wrote: > Note that the patch is passing tests when using autoconf build but > failing for meson builds. Thanks for pointing me to the right direction. I'm attaching an updated patch, will keep an eye on cirrusCI --strk; --flyqbkgig2a5xh3s Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-Allow-wildcard-in-extension-upgrade-paths.patch"