Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
af171286
Commit
af171286
authored
24 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update FAQ_DEV.
parent
6952b319
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ_DEV
+1
-1
1 addition, 1 deletion
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html
+2
-2
2 additions, 2 deletions
doc/src/FAQ/FAQ_DEV.html
with
3 additions
and
3 deletions
doc/FAQ_DEV
+
1
−
1
View file @
af171286
...
@@ -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 p
iece
of the transaction.
Counter, creating a new p
art
of the transaction.
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ_DEV.html
+
2
−
2
View file @
af171286
...
@@ -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 p
iece
of the transaction.
<P>
Counter, creating a new p
art
of the transaction.
<P>
</BODY>
</BODY>
</HTML>
</HTML>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment