Re: pgsql: Refactor the sslfiles Makefile target for ease of use - Mailing list pgsql-committers

From Daniel Gustafsson
Subject Re: pgsql: Refactor the sslfiles Makefile target for ease of use
Date
Msg-id 4B1E7481-16BF-4E91-A554-F28588203C75@yesql.se
Whole thread Raw
In response to Re: pgsql: Refactor the sslfiles Makefile target for ease of use  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
> On 26 Oct 2021, at 19:41, Andres Freund <andres@anarazel.de> wrote:
>
> Hi,
>
> On 2021-10-19 18:17:34 +0000, Daniel Gustafsson wrote:
>> Refactor the sslfiles Makefile target for ease of use
>>
>> The Makefile handling of certificate and keypairs used for TLS testing
>> had become quite difficult to work with. Adding a new cert without the
>> need to regenerate everything was too complicated. This patch refactors
>> the sslfiles make target such that adding a new certificate requires
>> only adding a .config file, adding it to the top of the Makefile, and
>> running make sslfiles.
>
> This fails during 'make clean' in a vpath build, because sslfiles.mk cannot be
> found. Probably just needs

That seems reasonable, I will look into it and fix it. Sorry about that.

--
Daniel Gustafsson        https://vmware.com/




pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Refactor the sslfiles Makefile target for ease of use
Next
From: Jeff Davis
Date:
Subject: pgsql: Allow GRANT on pg_log_backend_memory_contexts().