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

Commit74a73b1

Browse files
committed
Clean up after pg_dump test runs.
The tmp_check directory needs to be removed by "make clean",and also ignored by .gitignore.
1 parent1a2c17f commit74a73b1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

‎src/bin/pg_dump/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
/pg_dump
22
/pg_dumpall
33
/pg_restore
4+
5+
/tmp_check/

‎src/bin/pg_dump/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ uninstall:
5353

5454
cleandistcleanmaintainer-clean:
5555
rm -f pg_dump$(X) pg_restore$(X) pg_dumpall$(X)$(OBJS) pg_dump.o common.o pg_dump_sort.o pg_restore.o pg_dumpall.o
56+
rm -rf tmp_check

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp