> 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 them today:

        pqsignal(SIGTERM, die);         /* cancel current query and exit */
!       pqsignal(SIGQUIT, quickdie); /* hard crash time */
!       pqsignal(SIGALRM, HandleDeadLock); /* check for deadlock after timeout *

How about:

        The database is shutting down.

and not mention server.  The current 'system' has to be changed to
'database server' anyway.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [EMAIL PROTECTED]               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://www.postgresql.org/search.mpl

Reply via email to