]> granicus.if.org Git - postgresql/commit
Remove some dead IsUnderPostmaster code from bootstrap.c.
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 23:37:02 +0000 (00:37 +0100)
commit0139dea8f1cea49f13c22a3f645dbdd02b90d25c
tree8939a5c52e48164576f9a90c7b2d89cd9984ac38
parent31c453165b5a656044ce1dbce89f5828c1c7e23c
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.
src/backend/bootstrap/bootstrap.c