Re: pgsql: Add libpq parameter 'channel_binding'. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Add libpq parameter 'channel_binding'.
Date
Msg-id 19002.1569867629@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Add libpq parameter 'channel_binding'.  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: pgsql: Add libpq parameter 'channel_binding'.
List pgsql-committers
Jeff Davis <pgsql@j-davis.com> writes:
> For 2-3, shouldn't we error at an earlier stage? The user of the client
> has requested something impossible to satisfy.

Can't get excited about that.  It'd require duplicating this code
somewhere else, which is a maintenance issue.  And the case of building
with obsolete OpenSSL ought to be fairly infrequent and getting more so
as time goes on, so I'm not really eager to expend lots of work on it.

            regards, tom lane



pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: pgsql: Add libpq parameter 'channel_binding'.
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: improve PREPARE documentation, cross-referencing to plan_ca