From: | Nathan Bossart <nathandbossart(at)gmail(dot)com> |
---|---|
To: | Michael Paquier <michael(at)paquier(dot)xyz> |
Cc: | Corey Huinker <corey(dot)huinker(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: teach pg_upgrade to handle in-place tablespaces |
Date: | 2025-07-24 18:44:50 |
Message-ID: | aIJ_IpcKe9WW4bzx@nathan |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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
Attachment | Content-Type | Size |
---|---|---|
v5-0001-Teach-pg_upgrade-to-handle-in-place-tablespaces.patch | text/plain | 22.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Cary Huang | 2025-07-24 18:46:46 | Re: Support tid range scan in parallel? |
Previous Message | Vik Fearing | 2025-07-24 18:24:29 | Re: [PATCH] Generate random dates/times in a specified range |