Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4e56e5a

Browse files
committed
Fix typo in generic wal docs
Markus Nullmeier
1 parent 6557834 commit 4e56e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/generic-wal.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<listitem>
4545
<para>
46-
<function>GenericXLogAbort(state)</> &mdash; finish construction of
46+
<function>GenericXLogFinish(state)</> &mdash; finish construction of
4747
a generic xlog record.
4848
</para>
4949
</listitem>
@@ -52,7 +52,7 @@
5252

5353
<para>
5454
The xlog record construction can be canceled between any of the above
55-
steps by calling <function>GenericXLogAbort()</>. This will discard all
55+
steps by calling <function>GenericXLogAbort(state)</>. This will discard all
5656
changes to the page image copies.
5757
</para>
5858

0 commit comments

Comments
 (0)