Re: [PATCH] Support % wildcard in extension upgrade filenames
Sandro Santilli <strk@kbt.io>
From: Sandro Santilli <strk@kbt.io>
To: Regina Obe <lr@pcorp.us>
Cc: 'Robert Haas' <robertmhaas@gmail.com>, 'Tom Lane' <tgl@sss.pgh.pa.us>, 'Regina Obe' <r@pcorp.us>, pgsql-hackers@lists.postgresql.org
Date: 2023-03-27T22:58:47Z
Lists: pgsql-hackers
Attachments
- v2-0001-Allow-wildcard-in-extension-upgrade-paths.patch (text/x-diff)
On Mon, Mar 13, 2023 at 02:48:56PM -0400, Regina Obe wrote: > > I still see the main use-case as for those that micro version and for this > use case, they would need a way, not necessarily to have a single upgrade > script, but a script for each minor. > > So something like > > 3.2.%--3.4.0 = 3.2--3.4.0 I could implement this too if there's an agreement about it. For now I'm attaching an updated patch with conflicts resolved. --strk;