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 →
-
Sort DO_SUBSCRIPTION_REL dump objects independent of OIDs.
- 573e679a2664 18.2 landed
- 1cdc07ad5ae5 17.8 landed
- d49936f3028b 19 (unreleased) landed
-
Sort dump objects independent of OIDs, for the 7 holdout object types.
- 0decd5e89db9 19 (unreleased) cited
Attachments
- DO_SUBSCRIPTION_REL-v4.patch (text/plain) patch v4
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.