Re: pg_dump crash due to incomplete ordering of DO_SUBSCRIPTION_REL objects

From: Noah Misch <noah(at)leadboat(dot)com>
To: vignesh C <vignesh21(at)gmail(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-17 19:51:33
Message-ID: 20251217195133.cb.nmisch@google.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Attachment Content-Type Size
DO_SUBSCRIPTION_REL-v4.patch text/plain 7.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2025-12-17 19:53:48 Re: index prefetching
Previous Message Corey Huinker 2025-12-17 19:38:27 Re: pg_dump: Remove trivial usage of PQExpBuffer