Re: [PATCH] Support % wildcard in extension upgrade filenames
Sandro Santilli <strk@kbt.io>
From: Sandro Santilli <strk@kbt.io>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Regina Obe <r@pcorp.us>, pgsql-hackers@lists.postgresql.org
Date: 2023-01-10T20:52:59Z
Lists: pgsql-hackers
On Mon, Jan 09, 2023 at 05:51:49PM -0500, Tom Lane wrote: > Have you considered the idea of instead inventing a "\include" facility [...] > cases, you still need one script file for each supported upgrade step That's exactly the problem we're trying to solve here. The include support is nice on itself, but won't solve our problem. --strk;