Re: VS 2015 support in src/tools/msvc - Mailing list pgsql-hackers

From Yury Zhuravlev
Subject Re: VS 2015 support in src/tools/msvc
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: VS 2015 support in src/tools/msvc  (Michael Paquier <[email protected]>)
Responses Re: VS 2015 support in src/tools/msvc
List pgsql-hackers
> Good point. It did not occur to me that this would bring a hard
> dependency for non-Windows builds. Let's keep both scripts then. The
> attached is changed to do so.

Hello.
What about putenv problem? We can't write:
#define putenv(x) pgwin32_putenv(x)
because in new CRT putenv have different signature.


Thanks.
--
Yury Zhuravlev
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [HACKERS] Re: [HACKERS] Re: [HACKERS] Windows service is not starting so there’s message in log: FATAL: "could not create shared memory segment “Global/PostgreSQL.851401618”: Permission denied”
Next
From: Tomas Vondra
Date:
Subject: Re: More stable query plans via more predictable column statistics