On 03/31/16 17:29, Alexander Korotkov wrote:
> New revision of patches is attached.
> 1) API of generic xlog was changed: now there is no static variables,
> GenericXLogStart() returns palloc'd struct.
Attached are two trivial documentation editing fixes for this, as an
incremental patch.
--
Markus Nullmeier http://www.g-vo.org
German Astrophysical Virtual Observatory (GAVO)
diff --git a/doc/src/sgml/generic-wal.sgml b/doc/src/sgml/generic-wal.sgml
index 6655f22..b3388ba 100644
--- a/doc/src/sgml/generic-wal.sgml
+++ b/doc/src/sgml/generic-wal.sgml
@@ -43,7 +43,7 @@
<listitem>
<para>
- <function>GenericXLogAbort(state)</> — finish construction of
+ <function>GenericXLogFinish(state)</> — 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>
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers