Re: Deadlocks? What happened to MVCC? - Mailing list pgsql-sql

From Tom Lane
Subject Re: Deadlocks? What happened to MVCC?
Date
Msg-id 20551.997824931@sss.pgh.pa.us
Whole thread Raw
In response to Deadlocks? What happened to MVCC?  ("Josh Berkus" <josh@agliodbs.com>)
Responses Re: Deadlocks? What happened to MVCC?
List pgsql-sql
MVCC does not mean "no locks" ... particularly not when UPDATEs are
involved.  You'll need to be more specific about what your function is
doing, but my first thought would be to look for the possibility of
conflicting updates of the same row.
        regards, tom lane


pgsql-sql by date:

Previous
From: Randall Skelton
Date:
Subject: psql connection being reset during function?
Next
From: Tom Lane
Date:
Subject: Re: psql connection being reset during function?