Re: pg_upgrade fails with in-place tablespace

Поиск
Список
Период
Сортировка
От Rui Zhao
Тема Re: pg_upgrade fails with in-place tablespace
Дата
Msg-id 1cbbb8f7-52d0-431c-b613-42209b70f754.xiyuan.zr@alibaba-inc.com
обсуждение исходный текст
Ответ на Re: pg_upgrade fails with in-place tablespace  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pg_upgrade fails with in-place tablespace  (Michael Paquier <michael@paquier.xyz>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Use of additional index columns in rows filtering
Следующее
От: shveta malik
Дата:
Сообщение: Re: Synchronizing slots from primary to standby