Re: pg_dump crash due to incomplete ordering of DO_SUBSCRIPTION_REL objects

From: vignesh C <vignesh21(at)gmail(dot)com>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pg_dump crash due to incomplete ordering of DO_SUBSCRIPTION_REL objects
Date: 2025-12-18 06:49:21
Message-ID: CALDaNm3xnCA_iOxXwpycJ7T+3P7o9ZwaqNf2ukq+9XmGp2UC2A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 18 Dec 2025 at 01:21, Noah Misch <noah(at)leadboat(dot)com> wrote:
>
> On Wed, Dec 17, 2025 at 10:11:58AM +0530, vignesh C wrote:
> > The attached v3 version patch has the changes for the same.
>
> The "tag" variable needed a change to compensate for the subrinfo->dobj.name
> change. I plan to push the attached version.

Thanks, the changes look good.

Regards,
Vignesh

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Shlok Kyal 2025-12-18 07:06:56 Re: Logical Replication of sequences
Previous Message Amit Kapila 2025-12-18 06:49:02 Re: [Proposal] Adding Log File Capability to pg_createsubscriber