pgsql: pg_resetwal: Add simple test suite - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_resetwal: Add simple test suite
Date
Msg-id E1ezM2j-0003p7-KS@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_resetwal: Add simple test suite

Some subsequent patches will add to this, but to avoid conflicts, set up
the basics separately.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5700aa130186e0b5d600806645b051bfd9067f09

Modified Files
--------------
src/bin/pg_resetwal/.gitignore     |  1 +
src/bin/pg_resetwal/Makefile       |  7 +++++++
src/bin/pg_resetwal/t/001_basic.pl | 17 +++++++++++++++++
3 files changed, 25 insertions(+)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Use stdbool.h if suitable
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Allow FOR EACH ROW triggers on partitioned tables