summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/custom-rmgr.sgml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/sgml/custom-rmgr.sgml b/doc/src/sgml/custom-rmgr.sgml
index 2893016cef..6d6909fc12 100644
--- a/doc/src/sgml/custom-rmgr.sgml
+++ b/doc/src/sgml/custom-rmgr.sgml
@@ -57,6 +57,13 @@ typedef struct RmgrData
} RmgrData;
</programlisting>
</para>
+
+ <para>
+ The <filename>src/test/modules/test_custom_rmgrs</filename> module
+ contains a working example, which demonstrates usage of custom WAL
+ resource managers.
+ </para>
+
<para>
Then, register your new resource
manager.