1
0
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:
Jeff Davis
2022-11-15 13:10:27 -08:00
parent 9e5405993c
commit ae168c794f
10 changed files with 291 additions and 0 deletions

View File

@ -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.