pgsql: Add test module for Custom WAL Resource Manager feature.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add test module for Custom WAL Resource Manager feature.
Date: 2022-11-15 23:29:19
Message-ID: E1ov5Mk-000NDC-DP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2022-11-16 00:27:55 pgsql: Mark argument of RegisterCustomRmgr() as const.
Previous Message Peter Geoghegan 2022-11-15 15:50:45 pgsql: Deduplicate freeze plans in freeze WAL records.