Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d389487 commit 66af5eeCopy full SHA for 66af5ee
doc/src/sgml/tableam.sgml
@@ -87,11 +87,8 @@
87
linkend="wal"><acronym>WAL</acronym></link>, or a custom implementation.
88
If <acronym>WAL</acronym> is chosen, either <link
89
linkend="generic-wal">Generic WAL Records</link> can be used,
90
- or a new type of <acronym>WAL</acronym> records can be implemented.
91
- Generic WAL Records are easy, but imply higher WAL volume.
92
- Implementation of a new type of WAL record
93
- currently requires modifications to core code (specifically,
94
- <filename>src/include/access/rmgrlist.h</filename>).
+ or a <link linkend="custom-rmgr">Custom WAL Resource Manager</link> can be
+ implemented.
95
</para>
96
97
<para>
0 commit comments