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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Fix use of openssl.path() if openssl isn't found
Дата
Msg-id ZUtHTPUD3EOTv0pz@paquier.xyz
обсуждение исходный текст
Ответ на Re: Fix use of openssl.path() if openssl isn't found  ("Tristan Partin" <tristan@neon.tech>)
Ответы Re: Fix use of openssl.path() if openssl isn't found  ("Tristan Partin" <tristan@neon.tech>)
Список pgsql-hackers
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.
--
Michael

Вложения

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

Предыдущее
От: "Hayato Kuroda (Fujitsu)"
Дата:
Сообщение: Random pg_upgrade test failure on drongo
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: [PoC] pg_upgrade: allow to upgrade publisher node