Re: Fix use of openssl.path() if openssl isn't found

Поиск
Список
Период
Сортировка
От Tristan Partin
Тема Re: Fix use of openssl.path() if openssl isn't found
Дата
Msg-id CWTK01RJU858.G60OI44IL72E@neon.tech
обсуждение исходный текст
Ответ на Re: Fix use of openssl.path() if openssl isn't found  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Wed Nov 8, 2023 at 2:31 AM CST, Michael Paquier wrote:
> On Wed, Nov 08, 2023 at 12:07:49AM -0600, Tristan Partin wrote:
> >        'with_ssl': ssl_library,
> > -      'OPENSSL': openssl.path(),
> > +      'OPENSSL': openssl.found() ? openssl.path : '',
>
> Except that this was incorrect.  I've fixed the grammar and applied
> that down to 16.

Coding at 12 in the morning is never conducive to coherent thought :).
Thanks. Sorry for the trouble.

--
Tristan Partin
Neon (https://neon.tech)



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Cleaning up array_in()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 64-bit integer subtraction bug on some platforms