_USE_32BIT_TIME_T Patch - Mailing list pgsql-hackers

From Owais Khan
Subject _USE_32BIT_TIME_T Patch
Date
Msg-id CAC2EunWgu3Nk26yXqjz=M=UuTBTVndz0B1LtLz9VqV=G=Fgnww@mail.gmail.com
Whole thread Raw
Responses Re: _USE_32BIT_TIME_T Patch
List 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

pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: multi-master pgbench?
Next
From: Dave Page
Date:
Subject: Re: _USE_32BIT_TIME_T Patch