From 9589b038d3203cd5ba708fb4f5c23182c88ad0b3 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 31 Jan 2024 11:50:35 -0500 Subject: [PATCH] Clean pg_walsummary's tmp_check directory. Oversight similar to ba08c10fc. --- src/bin/pg_walsummary/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/pg_walsummary/Makefile b/src/bin/pg_walsummary/Makefile index 7b0e40e7136..1886c39e98b 100644 --- a/src/bin/pg_walsummary/Makefile +++ b/src/bin/pg_walsummary/Makefile @@ -40,6 +40,7 @@ uninstall: clean distclean maintainer-clean: rm -f pg_walsummary$(X) $(OBJS) + rm -rf tmp_check check: $(prove_check) -- 2.39.5