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

From: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Christian Ullrich <chris(at)chrullrich(dot)net>, "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Postgres hackers <pgsql-hackers(at)postgresql(dot)org>, buildfarm(at)sraoss(dot)co(dot)jp, dpage(at)postgresql(dot)org
Subject: Re: pg_config.h.win32 missing a set of flags from pg_config.h.in added in v11 development
Date: 2018-06-17 12:47:50
Message-ID: 967f8ccb-f800-c081-ff46-798910bf000d@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 06/17/2018 08:15 AM, Michael Paquier wrote:
> 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

Looks OK.

cheers

andrew

--
Andrew Dunstan https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-06-17 13:11:39 Re: Partitioning with temp tables is broken
Previous Message Michael Paquier 2018-06-17 12:47:36 Re: Microoptimization of Bitmapset usage in postgres_fdw