Remove Start* macros in postmaster.c.
commit1e285a5e137ed033d45c63364d90565a3c013b3f
authorNathan Bossart <nathan@postgresql.org>
Wed, 7 Feb 2024 18:50:48 +0000 (7 12:50 -0600)
committerNathan Bossart <nathan@postgresql.org>
Wed, 7 Feb 2024 18:50:48 +0000 (7 12:50 -0600)
tree85eb6d8d9aa673460cfa072396fe387d41eb67ef
parenta39f1a365a3b99149ba0038ef7e39d6bff2560c9
Remove Start* macros in postmaster.c.

These macros are just shorthands for calling StartChildProcess()
with the appropriate process type, and they arguably make the code
harder to understand.

Suggested-by: Andres Freund
Author: Reid Thompson
Reviewed-by: Bharath Rupireddy
Discussion: https://postgr.es/m/e88934c02a5c66f5e8caab2025f85da6b9026d0b.camel%40crunchydata.com
src/backend/postmaster/postmaster.c