Roundup Tracker - Issues

Message2295

Author micktwomey
Recipients
Date 2006-09-05.16:33:44
Message-id
In-reply-to
The postgresql isolation level in roundup leads to the
following error when multiple people commit changes:

ProgrammingError: ERROR:  could not serialize access
due to concurrent update

I've attached a diff which should catch this and retry
the transaction (which is correct according to
http://www.postgresql.org/docs/7.4/interactive/transaction-iso.html).
History
Date User Action Args
2009-02-03 14:21:51adminlinkissue1552809 messages
2009-02-03 14:21:51admincreate