pgsql: Remove some dead IsUnderPostmaster code from bootstrap.c.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Remove some dead IsUnderPostmaster code from bootstrap.c.
Дата
Msg-id E1YBBBR-00021o-Fa@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove some dead IsUnderPostmaster code from bootstrap.c.

Since commit 626eb021988a2 has introduced the auxiliary process
infrastructure, bootstrap_signals() was never used when forked from
postmaster.

Remove the IsUnderPostmaster specific code, and add a appropriate
assertion.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0139dea8f1cea49f13c22a3f645dbdd02b90d25c

Modified Files
--------------
src/backend/bootstrap/bootstrap.c |   41 ++++++-------------------------------
1 file changed, 6 insertions(+), 35 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Make path to pg_service.conf absolute in documentation
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Make logging_collector=on work with non-windows EXEC_BACKEND aga