Re: 回复:pg_rewind fails with in-place tablespace
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Rui Zhao <xiyuan.zr@alibaba-inc.com>
Cc: pgsql-hackers <pgsql-hackers@lists.postgresql.org>, Thomas Munro <thomas.munro@gmail.com>
Date: 2023-07-31T02:14:13Z
Lists: pgsql-hackers
On Mon, Jul 31, 2023 at 10:07:44AM +0800, Rui Zhao wrote: > However, I would like to bring your attention to another issue: > pg_upgrade fails with in-place tablespace. Another issue is still > waiting for approved. I have tested all the tools in src/bin with > in-place tablespace, and I believe this is the final issue. No problem. Please feel free to start a new thread about that, I'm okay to look at what you would like to propose. Adding a test in 002_pg_upgrade.pl where the pg_upgrade runs happen would be a good thing to have, I guess. -- Michael
Commits
-
Fix pg_rewind with in-place tablespaces when source is remote
- bf227926d22b 17.0 landed