pgsql-server/src backend/tcop/postgres.c backe ...

Started by Bruce Momjianover 22 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 04/04/10 21:54:45

Modified files:
src/backend/tcop: postgres.c
src/backend/utils/error: elog.c
src/include/tcop: tcopprot.h

Log message:
Exit backend from SIGTERM or FATAL by simulating client EOF, rather than
calling proc_exit() directly. This should make SIGTERM more reliable.