Re: pg_config.h.win32 missing a set of flags from pg_config.h.inadded in v11 development

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pg_config.h.win32 missing a set of flags from pg_config.h.inadded in v11 development
Дата
Msg-id 20180617121520.GE1411@paquier.xyz
обсуждение исходный текст
Ответ на Re: pg_config.h.win32 missing a set of flags from pg_config.h.inadded in v11 development  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pg_config.h.win32 missing a set of flags from pg_config.h.inadded in v11 development  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Список pgsql-hackers
On Thu, Jun 14, 2018 at 10:49:52AM +0900, Michael Paquier wrote:
> Thoughts?

Okay, this is still an open item.  Are there any objections to the
previous patch applied on master and the addition of the following
undefined flags to pg_config.h.win32 for back-branches?  Here is the
list of flags which I think should be added but disabled for consistency
with the rest and compatibility with OpenSSL 1.1.0:
HAVE_ASN1_STRING_GET0_DATA
HAVE_BIO_GET_DATA
HAVE_BIO_METH_NEW
HAVE_OPENSSL_INIT_SSL
--
Michael

Вложения

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

Предыдущее
От: Nikhil Sontakke
Дата:
Сообщение: Re: pgsql: Store 2PC GID in commit/abort WAL recs for logical decoding
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Microoptimization of Bitmapset usage in postgres_fdw