Re: [PATCH] Enable SSL library detection via PQsslAttribute

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jacob Champion <pchampion@vmware.com>
Cc: "robertmhaas@gmail.com" <robertmhaas@gmail.com>, "andrew@dunslane.net" <andrew@dunslane.net>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2022-03-25T22:00:22Z
Lists: pgsql-hackers
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.

			regards, tom lane



Commits

  1. Enable SSL library detection via PQsslAttribute()