Signal Handling

From: Trevor Astrope <astrope(at)e-corp(dot)net>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Signal Handling
Date: 2002-02-10 02:42:55
Message-ID: Pine.LNX.4.33.0202092132490.6761-100000@gord.hip.tabbweb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello,

Is it possible in 7.1.3 to send the postmaster a signal that would cause
it to send a SIGTERM to all it's children, but wouldn't cause the
postmaster to exit?

You used to be able to do this back in 6.5.2 with SIGQUIT, but the docs
only seem to indicate that you can only cause the postmaster to exit along
with it's children in 7.1.3. I presume this was removed for a good
reason...

I have a problem with waiting processes, especially during vacuums and i'd
like to use a script to just kill off all the children when this occures.
Do I have to kill the children manually, or is using pg_ctl to restart the
postmaster a better idea?

Thanks,

Trevor

Browse pgsql-admin by date

  From Date Subject
Next Message sreedhar 2002-02-10 05:05:30 Problem while connecting pgAdmin II v1.2
Previous Message tuan 2002-02-09 23:12:32 RTLD_GLOBAL for freeBSD