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

Andres Freund <andres@anarazel.de>

Commit: d239c1a8e5b6ac467b3479bf3840e3d297a40bef
Author: Andres Freund <andres@anarazel.de>
Date: 2025-01-24T22:00:10Z
Releases: 18.0
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

Files

PathChange+/−
src/backend/postmaster/postmaster.c modified +11 −38

Discussion