File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -426,4 +426,4 @@ c-mode)
426
426
using a Command Counter. Incrementing the counter allows transactions
427
427
to be broken into pieces so each piece can see rows modified by
428
428
previous pieces. CommandCounterIncrement() increments the Command
429
- Counter, creating a new piece of the transaction.
429
+ Counter, creating a new part of the transaction.
Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ <H3><a name="12">12</a>) How do I add a new port?</H3><P>
482
482
There is a < I > backend/port</ I > directory if you need special files for
483
483
your OS.< P >
484
484
485
- < H3 > < a name ="13 "> 13</ a > ) What is CommandCounterIncrement()?</ H3 > < P >
485
+ < H3 > < a name ="13 "> 13</ a > ) What is CommandCounterIncrement()?</ H3 > < P >
486
486
487
487
Normally, transactions can not see the rows they modify. This allows < CODE >
488
488
UPDATE foo SET x = x + 1</ CODE > to work correctly.
@@ -493,7 +493,7 @@ <H3><a name="13">13</a>) What is CommandCounterIncrement()?</H3><P>
493
493
Command Counter. Incrementing the counter allows transactions to be
494
494
broken into pieces so each piece can see rows modified by previous
495
495
pieces. < I > CommandCounterIncrement()</ I > increments the Command
496
- Counter, creating a new piece of the transaction. < P >
496
+ Counter, creating a new part of the transaction. < P >
497
497
498
498
</ BODY >
499
499
</ HTML >
You can’t perform that action at this time.
0 commit comments