Re: remove internal support in pgcrypto?

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: remove internal support in pgcrypto?
Date: 2021-11-05 14:04:26
Message-ID: 96c5fa21-7f90-d405-a51f-06c1d5c3ed3c@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 03.11.21 21:10, Daniel Gustafsson wrote:
>> Here is a consolidated patch. I have tested it locally, so it should be okay on Windows.
>
> I don't think this bit is correct, as OSSL_TESTS have been removed from the Makefie:
>
> - $config->{openssl}
> - ? GetTests("OSSL_TESTS", $m)
> - : GetTests("INT_TESTS", $m);
> + GetTests("OSSL_TESTS", $m);
>
> I think we need something like the (untested) diff below:

Committed with that. Thanks.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-11-05 14:12:00 Re: remove internal support in pgcrypto?
Previous Message Tom Lane 2021-11-05 13:59:42 Re: pg14 psql broke \d datname.nspname.relname