Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 66af5ee

Browse files
committed
Fix doc oversight for custom WAL resource managers.
Reported-by: Bharath Rupireddy Backpatch-through: 15 Discussion: https://postgr.es/m/CALj2ACU+at7RqnWEzS59QsFg3ZOF4C4GSp7pt+PWiLEp0zrEKg@mail.gmail.com
1 parent d389487 commit 66af5ee

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/src/sgml/tableam.sgml

+2-5
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,8 @@
8787
linkend="wal"><acronym>WAL</acronym></link>, or a custom implementation.
8888
If <acronym>WAL</acronym> is chosen, either <link
8989
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>).
90+
or a <link linkend="custom-rmgr">Custom WAL Resource Manager</link> can be
91+
implemented.
9592
</para>
9693

9794
<para>

0 commit comments

Comments
 (0)