Skip to content
Snippets Groups Projects
Commit af171286 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update FAQ_DEV.

parent 6952b319
No related branches found
No related tags found
No related merge requests found
...@@ -426,4 +426,4 @@ c-mode) ...@@ -426,4 +426,4 @@ c-mode)
using a Command Counter. Incrementing the counter allows transactions using a Command Counter. Incrementing the counter allows transactions
to be broken into pieces so each piece can see rows modified by to be broken into pieces so each piece can see rows modified by
previous pieces. CommandCounterIncrement() increments the Command previous pieces. CommandCounterIncrement() increments the Command
Counter, creating a new piece of the transaction. Counter, creating a new part of the transaction.
...@@ -493,7 +493,7 @@ in previous parts of the transaction. This is accomplished using a ...@@ -493,7 +493,7 @@ in previous parts of the transaction. This is accomplished using a
Command Counter. Incrementing the counter allows transactions to be Command Counter. Incrementing the counter allows transactions to be
broken into pieces so each piece can see rows modified by previous broken into pieces so each piece can see rows modified by previous
pieces. <I>CommandCounterIncrement()</I> increments the Command pieces. <I>CommandCounterIncrement()</I> increments the Command
Counter, creating a new piece of the transaction. <P> Counter, creating a new part of the transaction. <P>
</BODY> </BODY>
</HTML> </HTML>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment