Content-Length: 259587 | pFad | http://github.com/postgrespro/postgres_cluster/commit/f3b45b6738aa4c6b77508e319de9254a2a7b2de7

97 Add missing clean step to src/test/modules/brin/Makefile. · postgrespro/postgres_cluster@f3b45b6 · GitHub
Skip to content

Commit f3b45b6

Browse files
committed
Add missing clean step to src/test/modules/brin/Makefile.
I noticed the tmp_check subdirectory wasn't getting cleaned up after a check-world run. Apparently pgxs.mk will only do this for you if you've defined REGRESS. The only other src/test/modules Makefile that does not set that is snapshot_too_old, and it does it like this.
1 parent c372331 commit f3b45b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/test/modules/brin/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# src/test/modules/brin/Makefile
22

3-
EXTRA_CLEAN = ./isolation_output
3+
# Note: because we don't tell the Makefile there are any regression tests,
4+
# we have to clean those result files explicitly
5+
EXTRA_CLEAN = $(pg_regress_clean_files) ./isolation_output
6+
47
EXTRA_INSTALL=contrib/pageinspect
58

69
ISOLATIONCHECKS=summarization-and-inprogress-insertion

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/f3b45b6738aa4c6b77508e319de9254a2a7b2de7

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy