mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Add test module for Custom WAL Resource Manager feature.
Author: Bharath Rupireddy, Jeff Davis Discussion: https://postgr.es/m/CALj2ACVTBNA1wfVCsikfhygAbZe6kFY8Oz6PhOyhHyA4vAGouA%40mail.gmail.com
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user