]> 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:09 +0000 (12:51 -0400)
commitfa5e119dc71ada8d023deadcb36dbfae328f8902
tree6c902ca8fcc0b0b5ef9ff7d665149ead161e44f0
parent44b3230e821e7a0cc4e9438d1c27305d533edacc
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