| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Clean up temp installations after client program tests. |
| Date: | 2014-04-25 19:40:45 |
| Message-ID: | E1WdlzJ-00048a-GT@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2014-04-25 20:00:02 | pgsql: Fix off-by-one bug in LWLockRegisterTranche(). |
| Previous Message | Alvaro Herrera | 2014-04-24 19:18:51 | pgsql: Fix race when updating a tuple concurrently locked by another pr |