diff options
author | Tom Lane | 2024-01-31 16:50:35 +0000 |
---|---|---|
committer | Tom Lane | 2024-01-31 16:50:49 +0000 |
commit | 9589b038d3203cd5ba708fb4f5c23182c88ad0b3 (patch) | |
tree | 2f5d3ffcd24ef0172c1fa03e27b16aa11ef5da46 /src | |
parent | b6ee30ec0866619eafc10cf43c4714ed1b89fec6 (diff) |
Clean pg_walsummary's tmp_check directory.
Oversight similar to ba08c10fc.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_walsummary/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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) |