pgsql: Remove Start* macros in postmaster.c.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove Start* macros in postmaster.c.
Date: 2024-02-07 18:51:07
Message-ID: E1rXn0l-0057sj-5s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1e285a5e137ed033d45c63364d90565a3c013b3f

Modified Files
--------------
src/backend/postmaster/postmaster.c | 44 +++++++++++++++----------------------
1 file changed, 18 insertions(+), 26 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2024-02-07 20:31:38 gcc build warnings at -O3
Previous Message Alvaro Herrera 2024-02-07 18:26:40 pgsql: Update PQparameterStatus and ParameterStatus docs