pgsql: Skip install/test of pgcrypto on MSVC when not built with openss

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Skip install/test of pgcrypto on MSVC when not built with openss
Date: 2022-01-07 20:54:47
Message-ID: E1n5wG7-0003tZ-PP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Skip install/test of pgcrypto on MSVC when not built with openssl

Commit db7d1a7b05 missed a couple of places that needed adjustment now
we are not building pgcrypto when openssl is not configured, causing
contrib installcheck to fail in such a case.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/825d95e8a8b266110d3d7eaa38a8f4abcf146a1a

Modified Files
--------------
src/tools/msvc/Install.pm | 1 +
src/tools/msvc/vcregress.pl | 1 +
2 files changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2022-01-07 21:16:11 pgsql: Allow MSVC .bat wrappers to be called from anywhere
Previous Message Christoph Berg 2022-01-07 14:41:16 Re: pgsql: Refactor tar method of walmethods.c to rely on the compression m