Re: teach pg_upgrade to handle in-place tablespaces
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Corey Huinker <corey.huinker@gmail.com>, pgsql-hackers@postgresql.org
Date: 2025-07-24T18:44:50Z
Lists: pgsql-hackers
Attachments
On Tue, Jul 22, 2025 at 11:17:42AM +0900, Michael Paquier wrote: > On Mon, Jul 21, 2025 at 09:06:59PM -0500, Nathan Bossart wrote: >> On Tue, Jul 22, 2025 at 10:37:05AM +0900, Michael Paquier wrote: >>> This would not choke as long as the old cluster is at least at v10, >>> but well why not. >> >> I'm not sure what you mean. allow_in_place_tablespaces was added in v15, >> right? > > Yes initially, not so these days. Here are the backpatches across > v10~14: Ah, I see. Here's a new patch that should address all your feedback except for the part about "/base". I figure we can leave that for another patch. -- nathan
Commits
-
Teach pg_upgrade to handle in-place tablespaces.
- 412036c22d6a 19 (unreleased) landed