Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6c21105

Browse files
committed
Change "and and" to "and".
Report by Vik Reykja, patch by Kevin Grittner.
1 parent 9846dcf commit 6c21105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/mvcc.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
547547
If either transaction were running at the Repeatable Read isolation level,
548548
both would be allowed to commit; but since there is no serial order of execution
549549
consistent with the result, using Serializable transactions will allow one
550-
transaction to commit and and will roll the other back with this message:
550+
transaction to commit and will roll the other back with this message:
551551

552552
<screen>
553553
ERROR: could not serialize access due to read/write dependencies among transactions

0 commit comments

Comments
 (0)