mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 00:20:24 +01:00
Fix typo in generic wal docs
Markus Nullmeier
This commit is contained in:
parent
65578341af
commit
4e56e5a6de
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user