| From: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
|---|---|
| To: | Andres Freund <andres(at)anarazel(dot)de> |
| Cc: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: pgsql: Refactor the sslfiles Makefile target for ease of use |
| Date: | 2021-10-26 18:41:20 |
| Message-ID: | 4B1E7481-16BF-4E91-A554-F28588203C75@yesql.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
> On 26 Oct 2021, at 19:41, Andres Freund <andres(at)anarazel(dot)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/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeff Davis | 2021-10-26 20:41:11 | pgsql: Allow GRANT on pg_log_backend_memory_contexts(). |
| Previous Message | Andres Freund | 2021-10-26 17:41:52 | Re: pgsql: Refactor the sslfiles Makefile target for ease of use |