pgsql: Fix build of MSVC with OpenSSL 3.0.0

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix build of MSVC with OpenSSL 3.0.0
Дата
Msg-id E1md6MV-0007dq-Ln@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix build of MSVC with OpenSSL 3.0.0

The build scripts of Visual Studio would fail to detect properly a 3.0.0
build as the check on the second digit was failing.  This is adjusted
where needed, allowing the builds to complete.  Note that the MSIs of
OpenSSL mentioned in the documentation have not changed any library
names for Win32 and Win64, making this change straight-forward.

Reported-by: htalaco, via github
Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/YW5XKYkq6k7OtrFq@paquier.xyz
Backpatch-through: 9.6

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1539e0ecd6a447fca14920834d4546c60ff20f10

Modified Files
--------------
src/tools/msvc/Solution.pm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Ensure correct lock level is used in ALTER ... RENAME
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Ensure correct lock level is used in ALTER ... RENAME