Add missing clean step to src/test/modules/brin/Makefile.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f3b45b6738aa4c6b77508e319de9254a2a7b2de7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-10-10T16:51:20Z
Releases: 10.1
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.

Files

PathChange+/−
src/test/modules/brin/Makefile modified +4 −1