Skip to content
Snippets Groups Projects
Commit 71ab0f62 authored by Lukas Braun's avatar Lukas Braun
Browse files

Add support for PostgreSQL

The transaction_conflict test in its previous form would deadlock
because PostgreSQL locks tables/rows instead of aborting on every
conflict. The fix is to force a rollback by first reading and then
updating in both transactions, which would result in a lost update
otherwise.
parent 736a2842
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment