From: Tom Lane Date: Wed, 31 Jan 2024 16:50:35 +0000 (-0500) Subject: Clean pg_walsummary's tmp_check directory. X-Git-Tag: REL_17_BETA1~965 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9589b038d3203cd5ba708fb4f5c23182c88ad0b3;p=thirdparty%2Fpostgresql.git Clean pg_walsummary's tmp_check directory. Oversight similar to ba08c10fc. --- 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)