Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/articles/http-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ We're not going to look into how `SERIALIZABLE` works, but
sufficed to say it may detect a number of different data
races for us, and if it does it'll abort a transaction when
it tries to commit.
(See [How Postgres Makes Transactions Atomic](https://brandur.org/postgres-atomicity)
if you are curious about that.)

### Retrying an abort (#abort-retry)

Expand Down