projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6557834
)
Fix typo in generic wal docs
author
Teodor Sigaev
Fri, 1 Apr 2016 13:37:42 +0000
(16:37 +0300)
committer
Teodor Sigaev
Fri, 1 Apr 2016 13:37:42 +0000
(16:37 +0300)
Markus Nullmeier
doc/src/sgml/generic-wal.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/generic-wal.sgml
b/doc/src/sgml/generic-wal.sgml
index 6655f22f3a73d7e85f5cca8f523e672e135e4cfc..b3388bab08aa12476362ca5e0b6929cb6be88a2a 100644
(file)
--- a/
doc/src/sgml/generic-wal.sgml
+++ b/
doc/src/sgml/generic-wal.sgml
@@
-43,7
+43,7
@@
-
GenericXLog
Abort
(state)> — finish construction of
+
GenericXLog
Finish
(state)> — finish construction of
a generic xlog record.
@@
-52,7
+52,7
@@
The xlog record construction can be canceled between any of the above
- steps by calling
GenericXLogAbort()>. This will discard all
+ steps by calling
GenericXLogAbort(
state
)>. This will discard all
changes to the page image copies.