summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorJeff Davis2022-11-15 21:10:27 +0000
committerJeff Davis2022-11-15 23:26:14 +0000
commitae168c794f09984d8fe44e7da2ca6ad3eeb570f1 (patch)
tree88c0b325ccd11b910b1a6967b977c6c78c8a86e0 /doc/src
parent9e5405993c1e242ae6fb7561353e437241244ac1 (diff)
Add test module for Custom WAL Resource Manager feature.
Author: Bharath Rupireddy, Jeff Davis Discussion: https://postgr.es/m/CALj2ACVTBNA1wfVCsikfhygAbZe6kFY8Oz6PhOyhHyA4vAGouA%40mail.gmail.com
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.