Re: [PATCH] Enable SSL library detection via PQsslAttribute
Jacob Champion <pchampion@vmware.com>
From: Jacob Champion <pchampion@vmware.com>
To: "andrew@dunslane.net" <andrew@dunslane.net>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2022-02-23T23:20:52Z
Lists: pgsql-hackers
Attachments
- v2-0001-Enable-SSL-library-detection-via-PQsslAttribute.patch (text/x-patch) patch v2-0001
- v2-0002-WIP-add-regression-test-for-PQsslAttribute.patch (text/x-patch) patch v2-0002
On Wed, 2022-02-23 at 14:11 -0500, Andrew Dunstan wrote: > On 2/23/22 13:38, Jacob Champion wrote: > > > > If this looks good, I'm not sure how best to test it in the regression > > suite. I see that libpq has an installcheck recipe that compiles a test > > executable for URI parsing; should I add a simple test alongside that? > > Create a TAP tests that calls a small client? First stab in v2-0002. Though I see that Andres is overhauling the tests in this folder today [1], so I'll need to watch that thread. :) Thanks! --Jacob [1] https://www.postgresql.org/message-id/20220223203031.ezrd73ohvjgfksow%40alap3.anarazel.de
Commits
-
Enable SSL library detection via PQsslAttribute()
- ebc8b7d4416d 15.0 landed