Re: OpenSSL 3.0.0 compatibility

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: OpenSSL 3.0.0 compatibility
Дата
Msg-id 2aecde89-dd54-d154-6676-0aa71f22338b@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: OpenSSL 3.0.0 compatibility  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: OpenSSL 3.0.0 compatibility  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On 2020-07-16 13:45, Michael Paquier wrote:
> On Thu, Jul 16, 2020 at 10:58:58AM +0200, Peter Eisentraut wrote:
>>   if test "$with_openssl" = yes ; then
>>     dnl Order matters!
>> +  AC_DEFINE(OPENSSL_API_COMPAT, [10001],
>> +            [Define to the OpenSSL API version in use. This avoids
>>     deprecation warnings from newer OpenSSL versions.])
>>     if test "$PORTNAME" != "win32"; then
> 
> I think that you should additionally mention the version number
> directly in the description, so as when support for 1.0.1 gets removed
> it is possible to grep for it, and then adjust the number and the
> description.

Good point.  I have committed it with that adjustment.  Also, I had the 
format of the version number wrong, so I changed that, too.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: James Coleman
Дата:
Сообщение: Re: Patch for nodeIncrementalSort comment correction.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Default setting for enable_hashagg_disk