Re: locking problems

From: "Jonathan Ellis" <jbe(at)familyellis(dot)org>
To: "PostgreSQL general list" <pgsql-general(at)postgresql(dot)org>
Subject: Re: locking problems
Date: 2002-03-19 23:57:34
Message-ID: 015b01c1cfa1$d7e26fb0$4a050a0a@jellispc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Jonathan's problem evidently is a genuine deadlock, and as such
> twiddling deadlock_timeout isn't gonna help him. But he hasn't given
> enough detail about what he's doing to let anyone understand why he's
> hitting a deadlock.

uhm. I don't know what to tell you besides what I already have, which is, a
simple "update mytable set field1=field2" is deadlocking, even when I lock
the table first. to my simple mind this sounds like a bug; if it's not,
what am I misunderstanding?

-Jonathan

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2002-03-20 00:01:28 Re: Yet another indexing issue.
Previous Message Jonathan Ellis 2002-03-19 23:40:25 Re: locking problems