Commit 16ca75ba authored by Alvaro Herrera's avatar Alvaro Herrera

Simplify SignalSomeChildren(BACKEND_TYPE_ALL) to SignalChildren()

parent 48da2b87
......@@ -2974,7 +2974,7 @@ PostmasterStateMachine(void)
pmState = PM_WAIT_DEAD_END;
/* Kill the walsenders, archiver and stats collector too */
SignalSomeChildren(SIGQUIT, BACKEND_TYPE_ALL);
SignalChildren(SIGQUIT);
if (PgArchPID != 0)
signal_child(PgArchPID, SIGQUIT);
if (PgStatPID != 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment