mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 07:42:52 -04:00
0139dea8f1
Since commit 626eb02198 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.