Re: Crashes on a partition whose concurrent detach never finished

From: Nisha Moond <nisha(dot)moond412(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: "Zhijie Hou (Fujitsu)" <houzj(dot)fnst(at)fujitsu(dot)com>, Mihail Nikalayeu <mihailnikalayeu(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, vignesh C <vignesh21(at)gmail(dot)com>, "ashutosh(dot)bapat(dot)oss(at)gmail(dot)com" <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, shveta malik <shveta(dot)malik(at)gmail(dot)com>
Subject: Re: Crashes on a partition whose concurrent detach never finished
Date: 2026-09-15 03:14:49
Message-ID: CABdArM6qXSB=B06cmEnWYJ9StOJbk0BjE0W8_kmAz+o=dLKfPA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Sep 11, 2026 at 5:47 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
>
> On Fri, Sep 11, 2026 at 1:36 PM Nisha Moond <nisha(dot)moond412(at)gmail(dot)com> wrote:
> >
> > Okay, agree. Changed as suggested.
> >
> > Also addressed Shveta’s comments from [1] and Amit’s off-list suggestions.
> >
> > Please find the updated patch attached.
> >
>
> Pushed. With this we are good to close PostgreSQL 19 open item related
> to this. I'll do that early next week unless someone think otherwise.
> We can continue to work on other related pre-existing issues.
>

Thanks for pushing. I’ve closed the pg19 open item for this patch.
We can continue working on the remaining related logical replication
and DETACH PARTITION issues.

--
Thanks,
Nisha

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nikolay Samokhvalov 2026-09-15 03:32:22 Re: Add wait events for server logging destination writes
Previous Message Richard Guo 2026-09-15 03:05:20 Re: Use-after-free of a shared Path in add_path()/add_partial_path()