Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaf17128

Browse files
committed
Update FAQ_DEV.
1 parent6952b31 commitaf17128

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎doc/FAQ_DEV

Lines changed: 1 addition & 1 deletion
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 newpiece of the transaction.
429+
Counter, creating a newpart of the transaction.

‎doc/src/FAQ/FAQ_DEV.html

Lines changed: 2 additions & 2 deletions
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><aname="13">13</a>)What is CommandCounterIncrement()?</H3><P>
485+
<H3><aname="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 newpiece of the transaction.<P>
496+
Counter, creating a newpart of the transaction.<P>
497497

498498
</BODY>
499499
</HTML>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp