[PATCH] postmaster: fix stale PM_STARTUP comment - Mailing list pgsql-hackers

From Ayush Tiwari
Subject [PATCH] postmaster: fix stale PM_STARTUP comment
Date
Msg-id CAJTYsWVoD3V9yhhqSae1_wqcnTdpFY-hDT7dPm5005ZFsL_bpA@mail.gmail.com
Whole thread
Responses Re: [PATCH] postmaster: fix stale PM_STARTUP comment
List 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

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: GetCachedPlan() refactor: move execution lock acquisition out
Next
From: Nisha Moond
Date:
Subject: Re: Support EXCEPT for TABLES IN SCHEMA publications