aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2023-12-21 15:04:00 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2023-12-21 15:04:00 -0500
commitba08c10fcd7f58486e77166fa93e61ed59962da0 (patch)
treeb146ad069855c52f90d9d638c8b96b559dfa1f3b /src
parent903737c5bf9431c2f983c87ac211082418341805 (diff)
downloadpostgresql-ba08c10fcd7f58486e77166fa93e61ed59962da0.tar.gz
postgresql-ba08c10fcd7f58486e77166fa93e61ed59962da0.zip
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.)
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_combinebackup/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pg_combinebackup/Makefile b/src/bin/pg_combinebackup/Makefile
index 78ba05e624b..5837493075f 100644
--- a/src/bin/pg_combinebackup/Makefile
+++ b/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)