pgsql: Fix contrib/pg_upgrade to clean all the cruft made during "make

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix contrib/pg_upgrade to clean all the cruft made during "make
Date: 2014-01-02 19:20:43
Message-ID: E1Vynox-0004G8-9o@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix contrib/pg_upgrade to clean all the cruft made during "make check".

Although these files get cleaned up if the test runs to completion,
a failure partway through leaves trash all over the floor. The Makefile
ought to be bright enough to get rid of it when you say "make clean".

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4cf81b737d5bb5f695671479c427c78f95c82119

Modified Files
--------------
contrib/pg_upgrade/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-01-02 20:17:12 pgsql: Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites
Previous Message Robert Haas 2014-01-02 01:20:28 pgsql: Rename walLogHints to wal_log_hints for easier grepping.