We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6952b31 commitaf17128Copy full SHA for af17128
doc/FAQ_DEV
@@ -426,4 +426,4 @@ c-mode)
426
using a Command Counter. Incrementing the counter allows transactions
427
to be broken into pieces so each piece can see rows modified by
428
previous pieces. CommandCounterIncrement() increments the Command
429
- Counter, creating a newpiece of the transaction.
+ Counter, creating a newpart of the transaction.
doc/src/FAQ/FAQ_DEV.html
@@ -482,7 +482,7 @@ <H3><a name="12">12</a>)How do I add a new port?</H3><P>
482
There is a<I>backend/port</I> directory if you need special files for
483
your OS.<P>
484
485
-<H3><aname="13">13</a>)What is CommandCounterIncrement()?</H3><P>
+<H3><aname="13">13</a>)What is CommandCounterIncrement()?</H3><P>
486
487
Normally, transactions can not see the rows they modify. This allows<CODE>
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
Command Counter. Incrementing the counter allows transactions to be
494
broken into pieces so each piece can see rows modified by previous
495
pieces.<I>CommandCounterIncrement()</I> increments the Command
496
-Counter, creating a newpiece of the transaction.<P>
+Counter, creating a newpart of the transaction.<P>
497
498
</BODY>
499
</HTML>