Exit backend from SIGTERM or FATAL by simulating client EOF, rather than

Bruce Momjian <bruce@momjian.us>

Commit: 3c4ab3f51d927a75c97b59db3c7041ae3e2fa0a5
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-04-11T00:54:45Z
Releases: 8.0.0
Exit backend from SIGTERM or FATAL by simulating client EOF, rather than
calling proc_exit() directly.  This should make SIGTERM more reliable.

Files

PathChange+/−
src/backend/tcop/postgres.c modified +7 −3
src/backend/utils/error/elog.c modified +9 −2
src/include/tcop/tcopprot.h modified +2 −1