]> granicus.if.org Git - postgresql/commit
Add missing clean step to src/test/modules/brin/Makefile.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 10 Oct 2017 16:51:09 +0000 (12:51 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 10 Oct 2017 16:51:20 +0000 (12:51 -0400)
commitf3b45b6738aa4c6b77508e319de9254a2a7b2de7
tree35be110c4d2c2c20a9cf9b6c333d8cb99e87f3b3
parentc3723317d08ce6df6c81234f7daebe7fd86a6ecb
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.
src/test/modules/brin/Makefile