pgsql: Remove some dead IsUnderPostmaster code from bootstrap.c. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Remove some dead IsUnderPostmaster code from bootstrap.c.
Date
Msg-id E1YBBBR-00021o-Fa@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Make path to pg_service.conf absolute in documentation
Next
From: Andres Freund
Date:
Subject: pgsql: Make logging_collector=on work with non-windows EXEC_BACKEND aga