CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: scrappy(at)hub(dot)org 01/09/07 12:12:49
Modified files:
src/backend/libpq: pqsignal.c
src/backend/postmaster: postmaster.c
src/backend/tcop: postgres.c
src/include/libpq: pqsignal.h
src/include/tcop: tcopprot.h
Log message:
Enable SIGTERM and SIGQUIT during client authentication so
the postmaster can kill the forked off processes when shutdown
is requested.
Jan