[PATCH] postmaster: fix stale PM_STARTUP comment
Ayush Tiwari <ayushtiwari.slg01@gmail.com>
From: Ayush Tiwari <ayushtiwari.slg01@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2026-04-15T13:57:16Z
Lists: pgsql-hackers
Attachments
- 0001-postmaster-fix-stale-pm_startup-comment.patch (application/octet-stream) patch 0001
Hi, The comment above the PM_STARTUP startup-process-failure case still says that there are no other processes running yet, so the postmaster can just exit. That no longer matches the current startup flow: PM_STARTUP may already have auxiliary processes running by that point. The attached patch updates that comment to describe the current behavior. Regards, Ayush
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix orphaned processes when startup process fails during PM_STARTUP
- 23cebf672e19 15.18 landed
- 2d347f2cd713 16.14 landed
- e381843cfaf4 17.10 landed
- affdb2dd5c67 18.4 landed
- 9b43e6793b0f 19 (unreleased) landed