Roundup Tracker - Issues

Issue 1552809

classification
Concurrent commits trigger postgresql error
Type: Severity: normal
Components: Database Versions:
process
Status: closed fixed
:
: richard : micktwomey, richard
Priority: normal :

Created on 2006-09-05 16:33 by micktwomey, last changed 2006-10-03 23:22 by richard.

Files
File name Uploaded Description Edit Remove
roundup-psycopg-concurrent-update.diff micktwomey, 2006-09-05 16:33 Diff against 1.1.2 with code to retry transactions
Messages
msg2295 Author: [hidden] (micktwomey) Date: 2006-09-05 16:33
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).
msg2296 Author: [hidden] (richard) Date: 2006-10-03 23:22
Logged In: YES 
user_id=6405

Thanks, Mick!
History
Date User Action Args
2006-09-05 16:33:44micktwomeycreate