Thread: pgsql: postmaster: Don't open-code TerminateChildren() in HandleChildCr

pgsql: postmaster: Don't open-code TerminateChildren() in HandleChildCr

From
Andres Freund
Date:
postmaster: Don't open-code TerminateChildren() in HandleChildCrash()

After removing the duplication no user of sigquit_child() remains, therefore
remove it.

Reviewed-by: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://postgr.es/m/kgng5nrvnlv335evmsuvpnh354rw7qyazl73kdysev2cr2v5zu@m3cfzxicm5kp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d239c1a8e5b6ac467b3479bf3840e3d297a40bef

Modified Files
--------------
src/backend/postmaster/postmaster.c | 49 +++++++++----------------------------
1 file changed, 11 insertions(+), 38 deletions(-)