Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfa5e119

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

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)

[8]ページ先頭

©2009-2025 Movatter.jp