Clean pg_walsummary's tmp_check directory.

Oversight similar to ba08c10fc.
This commit is contained in:
Tom Lane 2024-01-31 11:50:35 -05:00
parent b6ee30ec08
commit 9589b038d3
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ uninstall:
clean distclean maintainer-clean:
rm -f pg_walsummary$(X) $(OBJS)
rm -rf tmp_check
check:
$(prove_check)