Re: pg_upgrade fails with in-place tablespace - Mailing list pgsql-hackers

From Rui Zhao
Subject Re: pg_upgrade fails with in-place tablespace
Date
Msg-id 1cbbb8f7-52d0-431c-b613-42209b70f754.xiyuan.zr@alibaba-inc.com
Whole thread Raw
In response to Re: pg_upgrade fails with in-place tablespace  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pg_upgrade fails with in-place tablespace
List pgsql-hackers
Thank you for your reply. I have implemented the necessary changes in accordance with your suggestions.

On Tue, Aug 08, 2023 at 09:57:00AM +0800, Michael Paquier wrote:
> I don't have a good feeling about enforcing allow_in_place_tablespaces
> in the connection creating the tablespace, as it can be useful to let
> the restore of the dump fail if this GUC is disabled in the new
> cluster, so as one can check that no in-place tablespaces are left
> around on the new cluster restoring the contents of the dump.

I have only enabled allow_in_place_tablespaces to true during a binary upgrade.


Please review my lastest patch.

--
Best regards,
Rui Zhao

Attachment

pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Use of additional index columns in rows filtering
Next
From: shveta malik
Date:
Subject: Re: Synchronizing slots from primary to standby