From ae168c794f09984d8fe44e7da2ca6ad3eeb570f1 Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Tue, 15 Nov 2022 13:10:27 -0800 Subject: Add test module for Custom WAL Resource Manager feature. Author: Bharath Rupireddy, Jeff Davis Discussion: https://postgr.es/m/CALj2ACVTBNA1wfVCsikfhygAbZe6kFY8Oz6PhOyhHyA4vAGouA%40mail.gmail.com --- doc/src/sgml/custom-rmgr.sgml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/src') 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; + + + The src/test/modules/test_custom_rmgrs module + contains a working example, which demonstrates usage of custom WAL + resource managers. + + Then, register your new resource manager. -- cgit v1.2.3