From 7ac744e72c842f528bfbb303e615560f0689619b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 4 Nov 2024 09:24:36 -0500 Subject: doc: fix typo in mvcc clarification in commit 2fa255ce9b9 Reported-by: Erik Rijkers (private email) Backpatch-through: master --- doc/src/sgml/mvcc.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index 6c02c226f60..049ee75a4ba 100644 --- a/doc/src/sgml/mvcc.sgml +++ b/doc/src/sgml/mvcc.sgml @@ -427,7 +427,7 @@ UPDATE accounts SET balance = balance - 100.00 WHERE acctnum = 7534; COMMIT; - If another transactions concurrently tries to change the balance of account + If another transaction concurrently tries to change the balance of account 7534, we clearly want the second statement to start with the updated version of the account's row. Because each command is affecting only a predetermined row, letting it see the updated version of the row does -- cgit v1.2.3