pgsql: Clean up temp installations after client program tests. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Clean up temp installations after client program tests.
Date
Msg-id E1WdlzJ-00048a-GT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Clean up temp installations after client program tests.

Commit 7d0f493f19607774fdccb1a1ea06fdd96a3d9698 added infrastructure
to perform tests in assorted src/bin/ subdirectories, but forgot to
teach "make clean" to clean up the detritus the tests leave behind.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/49137ec9d469f744289d0dfa2487a7fc1ef217cb

Modified Files
--------------
src/bin/initdb/Makefile         |    3 +--
src/bin/pg_basebackup/Makefile  |    1 +
src/bin/pg_config/Makefile      |    1 +
src/bin/pg_controldata/Makefile |    1 +
src/bin/pg_ctl/Makefile         |    1 +
src/bin/scripts/Makefile        |    3 +--
6 files changed, 6 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix race when updating a tuple concurrently locked by another pr
Next
From: Tom Lane
Date:
Subject: pgsql: Fix off-by-one bug in LWLockRegisterTranche().