Issue 1552809
Created on 2006-09-05 16:33 by micktwomey, last changed 2006-10-03 23:22 by richard.
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!
|
|
Date |
User |
Action |
Args |
2006-09-05 16:33:44 | micktwomey | create | |
|