Re: WIP: About CMake v2 - Mailing list pgsql-hackers

From Yury Zhuravlev
Subject Re: WIP: About CMake v2
Date
Msg-id 1c3cedfc-1601-4bc4-b2f7-ac2cc9855622@postgrespro.ru
Whole thread Raw
In response to Re: WIP: About CMake v2  (Mark Kirkwood <mark.kirkwood@catalyst.net.nz>)
Responses Re: WIP: About CMake v2  (Mark Kirkwood <mark.kirkwood@catalyst.net.nz>)
List pgsql-hackers
Mark Kirkwood wrote:
> Yeah, there seems to be a lot of these. Looking through them
> almost all concern the addition of piece of code to wrap putenv.
> e.g:
I made this small wrapper special for MSVC 2015 without Service Packs
because postgres macross were in conflict with MS internal functions.
After some time and some updates for MSVC Michael Paquier could not
reproduce  my problem but I keep this patch to avoid problems in the
future.
I can check old behavior again and revert all changes if needed and
ofcourse I have plans to make separate patch for this changes.

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



pgsql-hackers by date:

Previous
From: Yury Zhuravlev
Date:
Subject: Re: WIP: About CMake v2
Next
From: Ashutosh Bapat
Date:
Subject: Re: Push down more full joins in postgres_fdw