Re: Deadlock detection

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Deadlock detection
Date: 2003-05-20 00:11:51
Message-ID: 24737.1053389511@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> writes:
> AFAIU this means that the only transaction that can be
> aborted is the transaction that's trying to acquire the lock.

Correct. There's no need to treat this error as any different from any
other error.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-05-20 00:13:13 Re: removal of protocol 1.0 question
Previous Message Tom Lane 2003-05-20 00:07:11 Re: Text format protocol representation