Skip to content

Commit ba08c10

Browse files
committed
pg_combinebackup didn't clean its tmp_check directory, either.
Another oversight in dc21234, visible when building/testing in the source directory. (There's a lot of stuff we could simplify if we stop supporting that case, but for now it's still mainstream.)
1 parent 903737c commit ba08c10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/pg_combinebackup/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ uninstall:
4444

4545
clean distclean maintainer-clean:
4646
rm -f pg_combinebackup$(X) $(OBJS)
47+
rm -rf tmp_check
4748

4849
check:
4950
$(prove_check)

0 commit comments

Comments
 (0)