_USE_32BIT_TIME_T Patch

From: Owais Khan <owais(dot)khan(at)enterprisedb(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Hamid Quddus <hamid(dot)quddus(at)enterprisedb(dot)com>
Subject: _USE_32BIT_TIME_T Patch
Date: 2012-08-30 05:34:35
Message-ID: CAC2EunWgu3Nk26yXqjz=M=UuTBTVndz0B1LtLz9VqV=G=Fgnww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

We are getting crash while using plperl on Win32 as ActiveState perl(Win32)
uses 32-bit time_t structures. So, We have to compile DB Server's code also
with 32-bit time_t structure.

Patch is adding _USE_32BIT_TIME_T in preprocessor definitions in case
platform is Windows-32 for all project files.

Thanks & Regards,

Owais.

Attachment Content-Type Size
MSBuildProject_PG_Patch application/octet-stream 1.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthias 2012-08-30 05:56:10 HEAD crashes on windows when doing VACUUM ANALYZE
Previous Message Andrew Dunstan 2012-08-30 03:52:58 Re: Draft release notes complete