Re: Fix use of openssl.path() if openssl isn't found - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Fix use of openssl.path() if openssl isn't found
Date
Msg-id ZUtHTPUD3EOTv0pz@paquier.xyz
Whole thread Raw
In response to Re: Fix use of openssl.path() if openssl isn't found  ("Tristan Partin" <tristan@neon.tech>)
Responses Re: Fix use of openssl.path() if openssl isn't found
List 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

Attachment

pgsql-hackers by date:

Previous
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: Random pg_upgrade test failure on drongo
Next
From: Amit Kapila
Date:
Subject: Re: [PoC] pg_upgrade: allow to upgrade publisher node