Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1c41e2a

Browse files
committed
Clean up all the cruft after a pg_rewind test run.
regress_log temp directory was properly .gitignore'd, which may explainwhy it got left out of the "make clean" action.
1 parentc67f366 commit1c41e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_rewind/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ uninstall:
4545

4646
cleandistcleanmaintainer-clean:
4747
rm -f pg_rewind$(X)$(OBJS) xlogreader.c
48-
rm -rf tmp_check
48+
rm -rf tmp_check regress_log
4949

5050
check: all
5151
$(prove_check) ::local

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp