Re: pg_upgrade fails with in-place tablespace

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Rui Zhao <xiyuan(dot)zr(at)alibaba-inc(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pg_upgrade fails with in-place tablespace
Date: 2023-08-08 07:32:45
Message-ID: ZNHvnSqsx6eZHkuz@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Aug 08, 2023 at 12:35:38PM +0800, Rui Zhao wrote:
> I have only enabled allow_in_place_tablespaces to true during a binary upgrade.

The pg_dump part should be OK to allow the restore of in-place
tablespaces, so I'll get that fixed first, but I think that we should
add a regression test as well.

I'll try to look at the binary upgrade path and pg_upgrade after this
is done.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2023-08-08 08:09:20 Re: Adding a LogicalRepWorker type field
Previous Message John Naylor 2023-08-08 07:31:42 Re: Doc limitation update proposal: include out-of-line OID usage per TOAST-ed columns