Fix typo in generic wal docs
authorTeodor Sigaev <teodor@sigaev.ru>
Fri, 1 Apr 2016 13:37:42 +0000 (16:37 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Fri, 1 Apr 2016 13:37:42 +0000 (16:37 +0300)
Markus Nullmeier

doc/src/sgml/generic-wal.sgml

index 6655f22f3a73d7e85f5cca8f523e672e135e4cfc..b3388bab08aa12476362ca5e0b6929cb6be88a2a 100644 (file)
@@ -43,7 +43,7 @@
 
     <listitem>
      <para>
-      <function>GenericXLogAbort(state)</> &mdash; finish construction of
+      <function>GenericXLogFinish(state)</> &mdash; finish construction of
       a generic xlog record.
      </para>
     </listitem>
@@ -52,7 +52,7 @@
 
   <para>
    The xlog record construction can be canceled between any of the above
-   steps by calling <function>GenericXLogAbort()</>.  This will discard all
+   steps by calling <function>GenericXLogAbort(state)</>.  This will discard all
    changes to the page image copies.
   </para>