Enable SIGTERM and SIGQUIT during client authentication so
Jan Wieck <JanWieck@Yahoo.com>
Enable SIGTERM and SIGQUIT during client authentication so the postmaster can kill the forked off processes when shutdown is requested. Jan
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/pqsignal.c | modified | +20 −1 |
| src/backend/postmaster/postmaster.c | modified | +17 −3 |
| src/backend/tcop/postgres.c | modified | +12 −2 |
| src/include/libpq/pqsignal.h | modified | +3 −2 |
| src/include/tcop/tcopprot.h | modified | +2 −1 |