Re: pg_ctl -m fast failing?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_ctl -m fast failing?
Date: 2003-03-04 22:16:23
Message-ID: 4723.1046816183@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Josh Berkus <josh(at)agliodbs(dot)com> writes:
> Under what circumstances should pg_ctl -m fast fail to shut down the database?

One cause was discovered and fixed about two weeks ago:

2003-02-17 21:53 tgl

* src/backend/commands/async.c (REL7_3_STABLE): Async_NotifyHandler
must save and restore ImmediateInterruptOK. Fixes known problem
with failure to respond to 'pg_ctl stop -m fast', and probable
problems if SIGINT or SIGTERM arrives while processing a SIGUSR2
interrupt that arrived while waiting for a new client query.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dennis Gearon 2003-03-04 22:16:26 Re: foreign key constraint
Previous Message Tom Lane 2003-03-04 22:11:48 Re: foreign key constraint