Re: Fix for OpenSSL error queue bug - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Fix for OpenSSL error queue bug
Date
Msg-id CAB7nPqRBnW3tMg_KE3fn=8VjC8HpkQ=Pi===jrAsV4pidSh3hA@mail.gmail.com
Whole thread Raw
In response to Re: Fix for OpenSSL error queue bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Fix for OpenSSL error queue bug
List pgsql-hackers
On Sun, Mar 27, 2016 at 9:01 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Peter Geoghegan <pg@heroku.com> writes:
>> Will this make it into the next point release? I was rather hoping it would.
>
> I dunno.  I certainly haven't reviewed it carefully enough to commit it.
> Perhaps Peter has, but time grows short ...

I have looked at this patch. Do we need to worry as well about
SSL_shutdown in disconnection code path? I believe that we don't care
much if an error happens at this point but we surely should consume
any error generated because the SSL context is kept after
destroy_ssl_system and another connection attempt may be done using
the same SSL context, no?
-- 
Michael



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Support for N synchronous standby servers - take 2
Next
From: Michael Paquier
Date:
Subject: Re: WIP: Detecting SSI conflicts before reporting constraint violations