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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove some dead IsUnderPostmaster code from bootstrap.c.
Date: 2015-01-13 23:47:37
Message-ID: E1YBBBR-00021o-Fa@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-01-13 23:47:40 pgsql: Make logging_collector=on work with non-windows EXEC_BACKEND aga
Previous Message Peter Eisentraut 2015-01-13 21:16:49 Re: pgsql: Make path to pg_service.conf absolute in documentation