Re: BUG #18500: Detaching a partition with an index manually attached to the parent's index triggers Assert

Tender Wang <tndrwang@gmail.com>

From: Tender Wang <tndrwang@gmail.com>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Michael Paquier <michael@paquier.xyz>, exclusion@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2024-07-04T07:57:05Z
Lists: pgsql-bugs

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Fix ALTER TABLE DETACH for inconsistent indexes

Alvaro Herrera <alvherre@alvh.no-ip.org> 于2024年7月4日周四 02:21写道:

> Did anybody figure out a way to repair the problematic situation without
> having to recreate the whole index hierarchy?  If so, please let me
> know.  For full context, see below.
>

...Hmm, it is not trivial work. Strong consistency  means that we
may sacrifice other things.


-- 
Tender Wang