From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Restore setting of _USE_32BIT_TIME_T to 32 bit MSVC builds. |
Date: | 2012-09-01 00:51:09 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Restore setting of _USE_32BIT_TIME_T to 32 bit MSVC builds.
This was removed in commit cd004067742ee16ee63e55abfb4acbd5f09fbaab,
we're not quite sure why, but there have been reports of crashes due
to AS Perl being built with it when we are not, and it certainly
seems like the right thing to do. There is still some uncertainty
as to why it sometimes fails and sometimes doesn't.
Original patch from Owais Khani, substantially reworked and
extended by Andrew Dunstan.
Branch
------
REL9_2_STABLE
Modified Files
--------------
src/tools/msvc/MSBuildProject.pm | 10 ++++++++--
src/tools/msvc/VCBuildProject.pm | 11 +++++++++--
2 files changed, 17 insertions(+), 4 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2012-09-01 00:51:27 | pgsql: Restore setting of _USE_32BIT_TIME_T to 32 bit MSVC builds. |
Previous Message | Tom Lane | 2012-08-31 22:57:24 | pgsql: Partially restore qual scope checks in distribute_qual_to_rels() |