Re: Update minimum SSL version - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Update minimum SSL version
Date
Msg-id 13072.1575607237@sss.pgh.pa.us
Whole thread Raw
In response to Re: Update minimum SSL version  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Update minimum SSL version  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> About clear_options, my take is to remove the check on HEAD, and to
> apply Daniel's patch on *all* stable branches because I think that we
> should not break the business that happened with NetBSD 5 on already
> released branches.  Does that sound good?

OK, re-reading the thread, I see the point --- old NetBSD has a weird
OpenSSL version that this would break.  OK, let's stay compatible
with that on the back branches.  So, your patch on HEAD and Daniel's
in the back branches is the right thing.  Please push.

(Note: I didn't actually test Daniel's patch or read it closely ---
it looks like about the right thing, but please double check.)

            regards, tom lane



pgsql-hackers by date:

Previous
From: Dilip Kumar
Date:
Subject: Re: [HACKERS] Block level parallel vacuum
Next
From: Craig Ringer
Date:
Subject: [PATCH] print help from psql when user tries to run pg_restore,pg_dump etc