From: Tom Lane Date: Mon, 30 Mar 2015 00:54:37 +0000 (-0400) Subject: Clean up all the cruft after a pg_rewind test run. X-Git-Tag: REL9_5_ALPHA1~531 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c41e2a998a0de16d9d33949a7b98a5be3d2477c;p=postgresql Clean up all the cruft after a pg_rewind test run. regress_log temp directory was properly .gitignore'd, which may explain why it got left out of the "make clean" action. --- diff --git a/src/bin/pg_rewind/Makefile b/src/bin/pg_rewind/Makefile index 5b9e6202c1..efd49888c5 100644 --- a/src/bin/pg_rewind/Makefile +++ b/src/bin/pg_rewind/Makefile @@ -45,7 +45,7 @@ uninstall: clean distclean maintainer-clean: rm -f pg_rewind$(X) $(OBJS) xlogreader.c - rm -rf tmp_check + rm -rf tmp_check regress_log check: all $(prove_check) :: local