Remove some dead IsUnderPostmaster code in bootstrap.c. master
authorAndres Freund <andres@anarazel.de>
Tue, 13 Jan 2015 15:44:09 +0000 (16:44 +0100)
committerAndres Freund <andres@anarazel.de>
Tue, 13 Jan 2015 19:45:03 +0000 (20:45 +0100)
commit782acc75cbb540ec31a93f104d849679a108ed2b
treeeb1a48fe4e13a0dcb18f0a055b9de7d737758489
parentd6d391620c5e6a6cc5e456cb4fcfa843c095b8c8
Remove some dead IsUnderPostmaster code in 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.
src/backend/bootstrap/bootstrap.c