]> granicus.if.org Git - postgresql/commit
Restore setting of _USE_32BIT_TIME_T to 32 bit MSVC builds.
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Sep 2012 00:50:31 +0000 (20:50 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Sep 2012 00:50:31 +0000 (20:50 -0400)
commit2d038749017de2d293a524b3f9df7eaae30dbf6a
tree1743308e750ebd22da2e81448f15946ca13927c7
parente46794420ee37f15d3a6da771b7703fcd9b1ea91
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.
src/tools/msvc/MSBuildProject.pm
src/tools/msvc/VCBuildProject.pm