Обсуждение: pgsql: Remove some dead IsUnderPostmaster code from bootstrap.c.

Поиск
Список
Период
Сортировка

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

От
Andres Freund
Дата:
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(-)