[COMMITTERS] pgsql: Add missing clean step to src/test/modules/brin/Makefile. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Add missing clean step to src/test/modules/brin/Makefile.
Date
Msg-id E1e1xko-0001ig-EH@gemulon.postgresql.org
Whole thread Raw
List 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(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Use lower-case SGML attribute values
Next
From: Andres Freund
Date:
Subject: Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementationof strlen.