Re: v12.0: interrupt reindex CONCURRENTLY: ccold: ERROR: could not find tuple for parent of relation ...
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: pgsql-hackers@lists.postgresql.org, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Andreas Karlsson <andreas@proxel.se>
Date: 2019-10-29T02:20:08Z
Lists: pgsql-hackers
On Mon, Oct 28, 2019 at 04:14:41PM +0900, Michael Paquier wrote: > This brings also the point that you could just update pg_class to fix > things if you have a broken cluster. > > In short, the attached fixes the issue for me, and that's the last bug > I know of in what has been reported.. This one is now done. Justin has also confirmed me offline that it fixed his problems. -- Michael
Commits
-
Fix handling of pg_class.relispartition at swap phase in REINDEX CONCURRENTLY
- eae1ba65fab4 12.1 landed
- d80be6f2f6c9 13.0 landed
-
Handle interrupts within a transaction context in REINDEX CONCURRENTLY
- 7f84b0ef0bfb 12.1 landed
- 8270a0d9a948 13.0 landed