pgsql: Fix "make clean" to clean out junk files left behind after sslt - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix "make clean" to clean out junk files left behind after sslt
Date
Msg-id E1hQcAK-0007fh-4H@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix "make clean" to clean out junk files left behind after ssl tests.

We .gitignore'd this junk, but we didn't actually remove it.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6d2fba3189608186d1a196a595f21760412ec5e8

Modified Files
--------------
src/test/ssl/Makefile | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Move logging.h and logging.c from src/fe_utils/ to src/common/.
Next
From: Andres Freund
Date:
Subject: pgsql: Add isolation test for INSERT ON CONFLICT speculativeinsertion