pgsql: Add test module for Custom WAL Resource Manager feature. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Add test module for Custom WAL Resource Manager feature.
Date
Msg-id E1ov5Mk-000NDC-DP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add test module for Custom WAL Resource Manager feature.

Author: Bharath Rupireddy, Jeff Davis
Discussion: https://postgr.es/m/CALj2ACVTBNA1wfVCsikfhygAbZe6kFY8Oz6PhOyhHyA4vAGouA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ae168c794f09984d8fe44e7da2ca6ad3eeb570f1

Modified Files
--------------
doc/src/sgml/custom-rmgr.sgml                      |   7 ++
src/test/modules/Makefile                          |   1 +
src/test/modules/meson.build                       |   1 +
src/test/modules/test_custom_rmgrs/.gitignore      |   4 +
src/test/modules/test_custom_rmgrs/Makefile        |  24 ++++
src/test/modules/test_custom_rmgrs/meson.build     |  34 +++++
src/test/modules/test_custom_rmgrs/t/001_basic.pl  |  61 +++++++++
.../test_custom_rmgrs/test_custom_rmgrs--1.0.sql   |  16 +++
.../modules/test_custom_rmgrs/test_custom_rmgrs.c  | 139 +++++++++++++++++++++
.../test_custom_rmgrs/test_custom_rmgrs.control    |   4 +
10 files changed, 291 insertions(+)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Deduplicate freeze plans in freeze WAL records.
Next
From: Jeff Davis
Date:
Subject: pgsql: Mark argument of RegisterCustomRmgr() as const.