Re: [HACKERS] Shutdown term

2001-03-14 Thread Bruce Momjian
> Bruce Momjian <[EMAIL PROTECTED]> writes: > > Seems like overkill to me. We could have the postmaster use SIGQUIT for > > db shutdown and leave SIGKILL for admin shutdown of individual backends. > > Wrong... at least not with the current definitions of those signals! I see you just changed th

Re: [HACKERS] Shutdown term

2001-03-13 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Seems like overkill to me. We could have the postmaster use SIGQUIT for > db shutdown and leave SIGKILL for admin shutdown of individual backends. Wrong... at least not with the current definitions of those signals! regards, to

Re: [HACKERS] Shutdown term

2001-03-13 Thread Bruce Momjian
> Peter Eisentraut <[EMAIL PROTECTED]> writes: > > The connection was terminated. > > And make the postmaster print out > > The system is shutting down. > > before it sends out the SIGTERM's. > > Unfortunately the postmaster is in no position to send any message to > the individual client

Re: [HACKERS] Shutdown term

2001-03-13 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > The connection was terminated. > And make the postmaster print out > The system is shutting down. > before it sends out the SIGTERM's. Unfortunately the postmaster is in no position to send any message to the individual clients. Maybe we

Re: [HACKERS] Shutdown term

2001-03-13 Thread Peter Eisentraut
Bruce Momjian writes: > Can somone improve the wording? > > The system is shutting down. > > when the backend receives a SIGTERM. Seems we need some wording that > can apply to db shutdown and individual backend termination by > administrators. The connection was terminated. And