| From: | "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: could you tell me this..? |
| Date: | 2010-08-05 13:49:46 |
| Message-ID: | 20100805134946.GH26174@a-kretschmer.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
In response to ?????? :
> today, I found this situation.
>
>
>
> Session 1. -
>
> begin;
> delete from XXXX;
>
>
> Session 2 -
>
> delete from XXXX;
>
>
> thus, it occured row level locking.
>
>
>
>
> so. i killed Session 1's PID with kill -9 commands
>
>
> but. both session are crashed.
>
>
> is this normal ? or bug?
Can't reproduce that.
Until the kill, session 2 waits, after the kill session 2 finished the
delete-command. Without problems, expected behavior.
Regards, Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99
| From | Date | Subject | |
|---|---|---|---|
| Next Message | A. Kretschmer | 2010-08-05 13:52:20 | Re: could you tell me this..? |
| Previous Message | Ketema Harris | 2010-08-05 13:42:29 | Re: could you tell me this..? |