pgsql: Remove Start* macros in postmaster.c.

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема pgsql: Remove Start* macros in postmaster.c.
Дата
Msg-id E1rXn0l-0057sj-5s@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Update PQparameterStatus and ParameterStatus docs
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Rename static function to avoid conflicting names