Re: 024_add_drop_pub.pl might fail due to deadlock

Ajin Cherian <itsajin@gmail.com>

From: Ajin Cherian <itsajin@gmail.com>
To: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>
Cc: vignesh C <vignesh21@gmail.com>, Alexander Lakhin <exclusion@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>, Amit Kapila <amit.kapila16@gmail.com>
Date: 2025-07-31T02:53:22Z
Lists: pgsql-hackers

Attachments

On Wed, Jul 30, 2025 at 10:33 PM Hayato Kuroda (Fujitsu)
<kuroda.hayato@fujitsu.com> wrote:
>
> Dear Ajin,
>
> > Attaching the updated patches with the changes you requested. I've
> > also added the unchanged patches for PG_18 and HEAD (PG_18_HEAD-v6*),
> > so that everything is together in one mail.
>
> Thanks for update, but the patch for PG18/HEAD seemed not to have Assert().
> Can you modify like others do?
>

Updated patch for PG18/HEAD.

regards,
Ajin Cherian
Fujitsu Australia

Commits

  1. Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION.