pgsql: Fix "make clean" to clean out junk files left behind after ssl t

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix "make clean" to clean out junk files left behind after ssl t
Date: 2019-05-14 18:28:40
Message-ID: E1hQcAK-0007fh-4H@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-05-14 19:06:39 pgsql: Add isolation test for INSERT ON CONFLICT speculative insertion
Previous Message Tom Lane 2019-05-14 18:20:21 pgsql: Move logging.h and logging.c from src/fe_utils/ to src/common/.