Re: Compile psql 9.6 with SSL Version 1.1.0

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Compile psql 9.6 with SSL Version 1.1.0
Дата
Msg-id 20181013083248.GG30064@paquier.xyz
обсуждение исходный текст
Ответ на Re: Compile psql 9.6 with SSL Version 1.1.0  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Compile psql 9.6 with SSL Version 1.1.0  (csusza <csusza@gmail.com>)
Список pgsql-general
On Fri, Oct 12, 2018 at 12:17:40PM -0400, Tom Lane wrote:
> So the immediate fix for building on Windows is you need to manually
> define all of those in pg_config.h.  We probably ought to try to make
> that less painful, though.  At the very least it'd be good if there
> were just one symbol you had to set manually ...

The root of the issue is that we have no way to change dynamically the
set of flags used in pg_config.h.win32 with the MSVC scripts depending
on the version of OpenSSL compiled.  We can tweak the scripts to do that
automatically....  Patches welcome.
--
Michael

Вложения

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Compile psql 9.6 with SSL Version 1.1.0
Следующее
От: Sumit Chaturvedi
Дата:
Сообщение: Fwd: Query Optimizer Postgresql