mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user