From 2fd13e68912a1fc46fa8b79d645ba34f23ed56b8 Mon Sep 17 00:00:00 2001 From: Mitar Date: Sun, 7 Nov 2021 01:47:54 -0700 Subject: [PATCH] Cross-link. --- content/articles/http-transactions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/articles/http-transactions.md b/content/articles/http-transactions.md index bc65ef0f9..aa071192e 100644 --- a/content/articles/http-transactions.md +++ b/content/articles/http-transactions.md @@ -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)