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

Commit af17128

Browse files
committed
Update FAQ_DEV.
1 parent 6952b31 commit af17128

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/FAQ_DEV

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,4 +426,4 @@ c-mode)
426426
using a Command Counter. Incrementing the counter allows transactions
427427
to be broken into pieces so each piece can see rows modified by
428428
previous pieces. CommandCounterIncrement() increments the Command
429-
Counter, creating a new piece of the transaction.
429+
Counter, creating a new part of the transaction.

doc/src/FAQ/FAQ_DEV.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ <H3><a name="12">12</a>) How do I add a new port?</H3><P>
482482
There is a <I>backend/port</I> directory if you need special files for
483483
your OS.<P>
484484

485-
<H3><a name="13">13</a>) What is CommandCounterIncrement()?</H3><P>
485+
<H3><a name="13">13</a>) What is CommandCounterIncrement()?</H3><P>
486486

487487
Normally, transactions can not see the rows they modify. This allows <CODE>
488488
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>
493493
Command Counter. Incrementing the counter allows transactions to be
494494
broken into pieces so each piece can see rows modified by previous
495495
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>
497497

498498
</BODY>
499499
</HTML>

0 commit comments

Comments
 (0)