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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Christian Ullrich <chris(at)chrullrich(dot)net>, "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Michael Paquier <michael(at)paquier(dot)xyz>
Cc: 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-12 14:51:59
Message-ID: 35d49c97-2d97-60ca-9b00-32a54db934d5@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 06/12/2018 10:40 AM, Christian Ullrich wrote:
> *On 2018-06-12 16:21, Jonathan S. Katz wrote:
>
>>> On Jun 3, 2018, at 4:29 AM, Michael Paquier <michael(at)paquier(dot)xyz>
>>> wrote:
>
>>> A script which reports the version of OpenSSL should be simple enough
>>> for MSVC.  And I am ready to bet that at least hamerkop is not using
>>> OpenSSL 1.0.2, so a simple switch would most likely cause the buildfarm
>>> to go red.  I am attaching in CC the maintainers of the Windows animals
>>> so as they can comment.
>>
>> Wanted to check in and see if any of the Windows maintainers had
>> thoughts
>> on this issue so we can continue to move it forward.
>
> I can't contribute much; mine all build without OpenSSL anyway.
>
> If I enable it in the future, it will be with libraries from vcpkg
> [1], and they are at 1.0.2o now and unlikely to go backwards.
>
> [1] https://github.com/Microsoft/vcpkg/
>

Oh, nice, I will have to look into vcpkg. (This could well help in other
contexts, too)

meanwhile, Bowerbird (MSVC) is on 1.0.1d, lorikeet (Cygwin64) is on
1.0.2d and jacana (Mingw) doesn't build with openssl.

I will look at upgrading bowerbird ASAP.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-06-12 14:56:56 Re: BUG #15237: I got "ERROR: source for a multiple-column UPDATE item must be a sub-SELECT or ROW() expression"
Previous Message Christian Ullrich 2018-06-12 14:44:37 Re: late binding of shared libs for C functions