We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67f366 commit 1c41e2aCopy full SHA for 1c41e2a
src/bin/pg_rewind/Makefile
@@ -45,7 +45,7 @@ uninstall:
45
46
clean distclean maintainer-clean:
47
rm -f pg_rewind$(X) $(OBJS) xlogreader.c
48
- rm -rf tmp_check
+ rm -rf tmp_check regress_log
49
50
check: all
51
$(prove_check) :: local
0 commit comments