Re: [PATCH] Enable SSL library detection via PQsslAttribute
Jacob Champion <pchampion@vmware.com>
From: Jacob Champion <pchampion@vmware.com>
To: "tgl@sss.pgh.pa.us" <tgl@sss.pgh.pa.us>
Cc: "daniel@yesql.se" <daniel@yesql.se>, "andrew@dunslane.net" <andrew@dunslane.net>, "robertmhaas@gmail.com" <robertmhaas@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2022-03-25T22:45:33Z
Lists: pgsql-hackers
Attachments
- since-v4.diff.txt (text/plain)
- v5-0001-Enable-SSL-library-detection-via-PQsslAttribute.patch (text/x-patch) patch v5-0001
On Fri, 2022-03-25 at 18:00 -0400, Tom Lane wrote: > Jacob Champion <pchampion@vmware.com> writes: > > Do I need to merge my tiny test program into the libpq_pipeline tests? > > Doesn't seem worth the trouble to me, notably because you'd > then have to cope with non-SSL builds too. Fine by me. v5 moves the docs out of the Note, as requested by Daniel. Thanks, --Jacob
Commits
-
Enable SSL library detection via PQsslAttribute()
- ebc8b7d4416d 15.0 landed