Clean up all the cruft after a pg_rewind test run.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Mar 2015 00:54:37 +0000 (20:54 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Mar 2015 00:54:37 +0000 (20:54 -0400)
regress_log temp directory was properly .gitignore'd, which may explain
why it got left out of the "make clean" action.

src/bin/pg_rewind/Makefile

index 5b9e6202c18a9a111652485e7aeb94aeaa1913a4..efd49888c51ddb8068eca0b5fe8edb2bcfadfcb2 100644 (file)
@@ -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