We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6557834 commit 4e56e5aCopy full SHA for 4e56e5a
doc/src/sgml/generic-wal.sgml
@@ -43,7 +43,7 @@
43
44
<listitem>
45
<para>
46
- <function>GenericXLogAbort(state)</> — finish construction of
+ <function>GenericXLogFinish(state)</> — finish construction of
47
a generic xlog record.
48
</para>
49
</listitem>
@@ -52,7 +52,7 @@
52
53
54
The xlog record construction can be canceled between any of the above
55
- steps by calling <function>GenericXLogAbort()</>. This will discard all
+ steps by calling <function>GenericXLogAbort(state)</>. This will discard all
56
changes to the page image copies.
57
58
0 commit comments