Re: Remove Start* macros from postmaster.c to ease understanding of code
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: reid.thompson@crunchydata.com
Cc: pgsql-hackers@postgresql.org
Date: 2024-02-06T17:10:18Z
Lists: pgsql-hackers
On Tue, Feb 06, 2024 at 11:58:50AM -0500, reid.thompson@crunchydata.com wrote: > Attached is a small patch implemented as I agree with Andres' comment > below noted while reviewing the thread > https://www.postgresql.org/message-id/flat/20240122210740.7vq5fd4woixpwx3f%40awork3.anarazel.de#6eb7595873392621d60e6b5a723941bc > > I agree that its easier to not have to refer back to the macros only to > see that they're all invoking StartChildProcess(X). All invocations are > within postmaster.c. Seems reasonable to me. -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Remove Start* macros in postmaster.c.
- 1e285a5e137e 17.0 landed