pg_combinebackup didn't clean its tmp_check directory, either.

Another oversight in dc2123400, 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.)
pull/151/head
Tom Lane 2 years ago
parent 903737c5bf
commit ba08c10fcd
  1. 1
      src/bin/pg_combinebackup/Makefile

@ -44,6 +44,7 @@ uninstall:
clean distclean maintainer-clean:
rm -f pg_combinebackup$(X) $(OBJS)
rm -rf tmp_check
check:
$(prove_check)

Loading…
Cancel
Save