[PATCH] postmaster: fix stale PM_STARTUP comment

From: Ayush Tiwari <ayushtiwari(dot)slg01(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH] postmaster: fix stale PM_STARTUP comment
Date: 2026-04-15 13:57:16
Message-ID: CAJTYsWVoD3V9yhhqSae1_wqcnTdpFY-hDT7dPm5005ZFsL_bpA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
0001-postmaster-fix-stale-pm_startup-comment.patch application/octet-stream 1.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nisha Moond 2026-04-15 14:07:25 Re: Support EXCEPT for TABLES IN SCHEMA publications
Previous Message Amit Langote 2026-04-15 13:46:29 Re: GetCachedPlan() refactor: move execution lock acquisition out