Re: [PATCH] test/ssl: rework the sslfiles Makefile target
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Jacob Champion <pchampion@vmware.com>
Cc: "andrew@dunslane.net" <andrew@dunslane.net>, "daniel@yesql.se" <daniel@yesql.se>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>, "tgl@sss.pgh.pa.us" <tgl@sss.pgh.pa.us>
Date: 2021-09-03T00:46:29Z
Lists: pgsql-hackers
On Thu, Sep 02, 2021 at 04:42:14PM +0000, Jacob Champion wrote: > Done that way in v5. It's a lot of moved code, so I've kept it as two > commits for review purposes. Nice. This is neat. The split helps a lot to understand how you've changed things from the original implementation. As a whole, this looks rather committable to me. One small-ish comment that I have is about all the .config files we have at the root of src/test/ssl/, bloating the whole. I think that it would be a bit cleaner to put all of them in a different sub-directory, say just config/ or conf/. -- Michael
Commits
-
Refactor the sslfiles Makefile target for ease of use
- b4c4a00eada3 15.0 landed
-
Remove unused regression test certificate server-ss
- 152c2e0ae1a8 15.0 landed