Re: how can we resolving locking state....

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: λ…Έν˜„μ„ <noh019(at)naver(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: how can we resolving locking state....
Date: 2010-08-05 14:10:44
Message-ID: 823.1281017444@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

=?EUC-KR?B?s+vH9ryu?=<noh019(at)naver(dot)com> writes:
> $ kill -9 5143

[ and all the other backends disappear too ]

> Could you teach me, Is this expected behavior ?

Yes. That is not the recommended way to kill a backend.
Try pg_terminate_backend().

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard 2010-08-05 14:27:42 Why create CHECKPOINT_WAIT checkpoint in pg_start_backup not CHECKPOINT_IMMEDIATE?
Previous Message Guillaume Lelarge 2010-08-05 14:08:58 Re: how can we resolving locking state....