using a Command Counter. Incrementing the counter allows transactions
to be broken into pieces so each piece can see rows modified by
previous pieces. CommandCounterIncrement() increments the Command
- Counter, creating a new piece of the transaction.
+ Counter, creating a new part of the transaction.
There is a backend/port directory if you need special files for
-
13) What is CommandCounterIncrement()?
+
13) What is CommandCounterIncrement()?
Normally, transactions can not see the rows they modify. This allows
UPDATE foo SET x = x + 1 to work correctly.
Command Counter. Incrementing the counter allows transactions to be
broken into pieces so each piece can see rows modified by previous
pieces. CommandCounterIncrement() increments the Command
-Counter, creating a new p
iece of the transaction.
+Counter, creating a new p
art of the transaction.