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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Skip install/test of pgcrypto on MSVC when not built with openss
Дата
Msg-id E1n5wG7-0003tZ-PP@gemulon.postgresql.org
обсуждение исходный текст
Список 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(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix comment in fe-connect.c about PQping and pg_ctl
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Allow MSVC .bat wrappers to be called from anywhere