Re: pg_dump crash due to incomplete ordering of DO_SUBSCRIPTION_REL objects

Noah Misch <noah@leadboat.com>

From: Noah Misch <noah@leadboat.com>
To: vignesh C <vignesh21@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-17T19:51:33Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Sort DO_SUBSCRIPTION_REL dump objects independent of OIDs.

  2. Sort dump objects independent of OIDs, for the 7 holdout object types.

Attachments

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.