[COMMITTERS] pgsql: pg_archivecleanup: Add test suite - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: pg_archivecleanup: Add test suite
Date
Msg-id E1dsgdq-0004mx-4n@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_archivecleanup: Add test suite

Reviewed-by: David Steele <david@pgmasters.net>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/98470fdfa72b78ec49dea9a25e658876e6e51989

Modified Files
--------------
src/bin/pg_archivecleanup/.gitignore               |  2 +
src/bin/pg_archivecleanup/Makefile                 |  7 ++
.../pg_archivecleanup/t/010_pg_archivecleanup.pl   | 81 ++++++++++++++++++++++
3 files changed, 90 insertions(+)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Add missing tags to GetCommandLogLevel.
Next
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Remove TupleDesc remapping logic from tqueue.c.