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

From: "Tristan Partin" <tristan(at)neon(dot)tech>
To: "Michael Paquier" <michael(at)paquier(dot)xyz>
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 15:59:40
Message-ID: CWTK01RJU858.G60OI44IL72E@neon.tech
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-11-08 16:08:05 Re: 64-bit integer subtraction bug on some platforms
Previous Message Tom Lane 2023-11-08 15:56:57 Re: Cleaning up array_in()