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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tristan Partin <tristan(at)neon(dot)tech>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix use of openssl.path() if openssl isn't found
Date: 2023-11-08 08:31:08
Message-ID: ZUtHTPUD3EOTv0pz@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2023-11-08 08:38:04 Re: [PoC] pg_upgrade: allow to upgrade publisher node
Previous Message Hayato Kuroda (Fujitsu) 2023-11-08 08:13:06 Random pg_upgrade test failure on drongo