]> granicus.if.org Git - postgresql/commit
Exit backend from SIGTERM or FATAL by simulating client EOF, rather than
authorBruce Momjian <bruce@momjian.us>
Sun, 11 Apr 2004 00:54:45 +0000 (00:54 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 11 Apr 2004 00:54:45 +0000 (00:54 +0000)
commit3c4ab3f51d927a75c97b59db3c7041ae3e2fa0a5
treec8e71abcb592e59d4029718faed85662a9993709
parent1934055cbe0b4ae29f6008154eb8b34a30c83816
Exit backend from SIGTERM or FATAL by simulating client EOF, rather than
calling proc_exit() directly.  This should make SIGTERM more reliable.
src/backend/tcop/postgres.c
src/backend/utils/error/elog.c
src/include/tcop/tcopprot.h