could you tell me this..?

From: 백승엽 <sybaek(at)seriends(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: could you tell me this..?
Date: 2010-08-05 07:14:39
Message-ID: AANLkTikx0p6L7hsZ03iTHq+_VDQumtHMLWipZJ5y00uy@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi.

I am korean database engineer.

my english skill is very poor.

but i desire that you teach this situation.

um...

I am testing postgresql performance in these days;

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?

could you tell me this situation whether normal or bug?

please teach me about this.

have a nice day.

thank you for your help.

From Seung yup.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2010-08-05 08:40:26 Re: On insert duplicate row, return existing key
Previous Message Scott Marlowe 2010-08-05 04:17:29 Re: