You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Remove some dead IsUnderPostmaster code from bootstrap.c.
Since commit626eb02 has introduced the auxiliary processinfrastructure, bootstrap_signals() was never used when forked frompostmaster.Remove the IsUnderPostmaster specific code, and add a appropriateassertion.