diff options
author | Teodor Sigaev <teodor@sigaev.ru> | 2016-04-01 16:37:42 +0300 |
---|---|---|
committer | Teodor Sigaev <teodor@sigaev.ru> | 2016-04-01 16:37:42 +0300 |
commit | 4e56e5a6de766a6983ce723b1945d68a4e098a06 (patch) | |
tree | 8d80df7e898d5c3407a07b207e295ae643ba70c9 | |
parent | 65578341af1ae50e52e0f45e691ce88ad5a1b9b1 (diff) | |
download | postgresql-4e56e5a6de766a6983ce723b1945d68a4e098a06.tar.gz postgresql-4e56e5a6de766a6983ce723b1945d68a4e098a06.zip |
Fix typo in generic wal docs
Markus Nullmeier
-rw-r--r-- | doc/src/sgml/generic-wal.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/generic-wal.sgml b/doc/src/sgml/generic-wal.sgml index 6655f22f3a7..b3388bab08a 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> |