deadlock detection

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: hackers(at)postgreSQL(dot)org (PostgreSQL-development)
Subject: deadlock detection
Date: 1998-01-27 18:23:36
Message-ID: 199801271823.NAA15462@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

My new code now checks for any type of non-escalation deadlock, even if
three or more processes have deadlocks where any two of them does not
represent a deadlock.

The one piece missing is to check for escalation deadlocks, where two
people get readlocks on the same table, and both then go for write-locks
on the same table.

--
Bruce Momjian maillist(at)candle(dot)pha(dot)pa(dot)us

Browse pgsql-hackers by date

  From Date Subject
Next Message Phil Thompson 1998-01-27 19:25:11 Re: [HACKERS] Snapshot 270198 compile error
Previous Message Darren King 1998-01-27 17:08:45 Re: [HACKERS] No: implied sort with group by