Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7ac744e

Browse files
committed
doc: fix typo in mvcc clarification in commit2fa255c
Reported-by: Erik Rijkers (private email)Backpatch-through: master
1 parent6ae0897 commit7ac744e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/mvcc.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ UPDATE accounts SET balance = balance - 100.00 WHERE acctnum = 7534;
427427
COMMIT;
428428
</screen>
429429

430-
If anothertransactions concurrently tries to change the balance of account
430+
If anothertransaction concurrently tries to change the balance of account
431431
7534, we clearly want the second statement to start with the updated
432432
version of the account's row. Because each command is affecting only a
433433
predetermined row, letting it see the updated version of the row does

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp