]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Clean pg_walsummary's tmp_check directory.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 31 Jan 2024 16:50:35 +0000 (11:50 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 31 Jan 2024 16:50:49 +0000 (11:50 -0500)
Oversight similar to ba08c10fc.

src/bin/pg_walsummary/Makefile

index 7b0e40e7136cd8031e9880cfebbcffb10a19c5ec..1886c39e98b1927b6554ba6bb8dc2b5287d065f9 100644 (file)
@@ -40,6 +40,7 @@ uninstall:
 
 clean distclean maintainer-clean:
        rm -f pg_walsummary$(X) $(OBJS)
+       rm -rf tmp_check
 
 check:
        $(prove_check)