pg_combinebackup didn't clean its tmp_check directory, either.
authorTom Lane <[email protected]>
Thu, 21 Dec 2023 20:04:00 +0000 (15:04 -0500)
committerTom Lane <[email protected]>
Thu, 21 Dec 2023 20:04:00 +0000 (15:04 -0500)
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.)

src/bin/pg_combinebackup/Makefile

index 78ba05e624ba118f0492cdc413514d0e01d2d6ca..5837493075f32a98afc306236d62a13212ae6291 100644 (file)
@@ -44,6 +44,7 @@ uninstall:
 
 clean distclean maintainer-clean:
    rm -f pg_combinebackup$(X) $(OBJS)
+   rm -rf tmp_check
 
 check:
    $(prove_check)