Lamar Owen <lamar(dot)owen(at)wgcr(dot)org> writes:
> Tom Lane wrote:
>> The tricky part of this is not to give up the ability to restart when
>> there *has* been a crash.
> But kill -9 effectively _is_ an admin-initiated crash.
Yeah, but only a partial crash. If the admin finishes the job by
killing the backends too, we're fine. Postmaster down, backends alive
is not a scenario we're currently prepared for. We need a way to plug
that gap.
regards, tom lane
In response to
Responses
pgsql-hackers by date
| Next: | From: Lamar Owen | Date: 2001-03-06 02:45:08 |
| Subject: Re: How to shoot yourself in the foot: kill -9 postmaster |
| Previous: | From: Tom Lane | Date: 2001-03-06 02:37:02 |
| Subject: Re: Re: pg_dump scripts are no longer ordinary-user friendly |