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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing clean step to src/test/modules/brin/Makefile.
Date: 2017-10-10 16:51:38
Message-ID: E1e1xko-0001ig-EH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fa5e119dc71ada8d023deadcb36dbfae328f8902

Modified Files
--------------
src/test/modules/brin/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-10-10 19:48:18 Re: pgsql: Add pg_strnlen() a portable implementation of strlen.
Previous Message Peter Eisentraut 2017-10-10 14:18:00 pgsql: Use lower-case SGML attribute values